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

/linux-master/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())
H A Dpgtable.h68 if (__in_29bit_mode())
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c86 if (__in_29bit_mode())
/linux-master/arch/sh/kernel/cpu/
H A Dinit.c344 current_cpu_data.phys_bits = __in_29bit_mode() ? 29 : 32;
/linux-master/arch/sh/drivers/pci/
H A Dpci-sh7780.c356 if ((res->flags & IORESOURCE_MEM_32BIT) && __in_29bit_mode()) {
H A Dpcie-sh7786.c449 if ((res->flags & IORESOURCE_MEM_32BIT) && __in_29bit_mode())
/linux-master/arch/sh/mm/
H A Dpmb.c810 bool __in_29bit_mode(void) function

Completed in 136 milliseconds