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

/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())
/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c90 if (__in_29bit_mode())
/arch/sh/kernel/cpu/
H A Dinit.c343 current_cpu_data.phys_bits = __in_29bit_mode() ? 29 : 32;
/arch/sh/mm/
H A Dconsistent.c86 addr = __in_29bit_mode() ?
H A Dpmb.c810 bool __in_29bit_mode(void) function
/arch/sh/drivers/pci/
H A Dpci-sh7780.c360 if ((res->flags & IORESOURCE_MEM_32BIT) && __in_29bit_mode()) {
H A Dpcie-sh7786.c440 if ((res->flags & IORESOURCE_MEM_32BIT) && __in_29bit_mode())

Completed in 749 milliseconds