Home
last modified time | relevance | path

Searched refs:__in_29bit_mode (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dmmu.h59 bool __in_29bit_mode(void);
92 #define __in_29bit_mode() (1) macro
94 #define __in_29bit_mode() (0) macro
H A Dcacheflush.h109 if (__in_29bit_mode()) in sh_cacheop_vaddr()
H A Dpgtable.h68 if (__in_29bit_mode()) in phys_addr_mask()
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c86 if (__in_29bit_mode()) in shx3_start_cpu()
/openbmc/linux/arch/sh/kernel/cpu/
H A Dinit.c344 current_cpu_data.phys_bits = __in_29bit_mode() ? 29 : 32; in cpu_init()
/openbmc/linux/arch/sh/drivers/pci/
H A Dpci-sh7780.c356 if ((res->flags & IORESOURCE_MEM_32BIT) && __in_29bit_mode()) { in sh7780_pci_init()
H A Dpcie-sh7786.c449 if ((res->flags & IORESOURCE_MEM_32BIT) && __in_29bit_mode()) in pcie_init()
/openbmc/linux/arch/sh/mm/
H A Dpmb.c810 bool __in_29bit_mode(void) in __in_29bit_mode() function