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

/linux-4.4.14/arch/sh/include/asm/
H A Dmmu.h58 bool __in_29bit_mode(void);
91 #define __in_29bit_mode() (1) macro
93 #define __in_29bit_mode() (0) macro
H A Dpgtable.h73 if (__in_29bit_mode()) phys_addr_mask()
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c90 if (__in_29bit_mode()) shx3_start_cpu()
/linux-4.4.14/arch/sh/mm/
H A Dconsistent.c86 addr = __in_29bit_mode() ? dma_cache_sync()
H A Dpmb.c810 bool __in_29bit_mode(void) __in_29bit_mode() function
/linux-4.4.14/arch/sh/kernel/cpu/
H A Dinit.c343 current_cpu_data.phys_bits = __in_29bit_mode() ? 29 : 32; cpu_init()
/linux-4.4.14/arch/sh/drivers/pci/
H A Dpci-sh7780.c360 if ((res->flags & IORESOURCE_MEM_32BIT) && __in_29bit_mode()) { sh7780_pci_init()
H A Dpcie-sh7786.c440 if ((res->flags & IORESOURCE_MEM_32BIT) && __in_29bit_mode()) pcie_init()

Completed in 217 milliseconds