/openbmc/linux/arch/s390/include/asm/ |
H A D | io.h | 18 #define xlate_dev_mem_ptr xlate_dev_mem_ptr macro 19 #define kc_xlate_dev_mem_ptr xlate_dev_mem_ptr 20 void *xlate_dev_mem_ptr(phys_addr_t phys);
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | io.h | 310 extern void *xlate_dev_mem_ptr(phys_addr_t phys); 313 #define xlate_dev_mem_ptr xlate_dev_mem_ptr macro
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | io.h | 265 #define xlate_dev_mem_ptr xlate_dev_mem_ptr macro
|
H A D | uaccess.h | 251 xlate_dev_mem_ptr(phys_addr_t p) in xlate_dev_mem_ptr() function
|
/openbmc/linux/include/asm-generic/ |
H A D | io.h | 1138 #ifndef xlate_dev_mem_ptr 1139 #define xlate_dev_mem_ptr xlate_dev_mem_ptr macro 1140 static inline void *xlate_dev_mem_ptr(phys_addr_t addr) in xlate_dev_mem_ptr() function
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | io.h | 110 #define xlate_dev_mem_ptr(p) __va(p) macro
|
/openbmc/linux/arch/s390/mm/ |
H A D | maccess.c | 150 void *xlate_dev_mem_ptr(phys_addr_t addr) in xlate_dev_mem_ptr() function
|
/openbmc/linux/drivers/char/ |
H A D | mem.c | 160 ptr = xlate_dev_mem_ptr(p); in read_mem() 236 ptr = xlate_dev_mem_ptr(p); in write_mem()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | io.h | 274 #define xlate_dev_mem_ptr(p) __va(p) macro
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | io.h | 65 #define xlate_dev_mem_ptr(p) __va(p) macro
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io.h | 311 #define xlate_dev_mem_ptr(p) __va(p) macro
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | io.h | 555 #define xlate_dev_mem_ptr(p) __va(p) macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 477 #define xlate_dev_mem_ptr(p) __va(p) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | io.h | 414 #define xlate_dev_mem_ptr(p) __va(p) macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 396 #define xlate_dev_mem_ptr(p) __va(p) macro
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | io.h | 658 #define xlate_dev_mem_ptr(p) __va(p) macro
|
/openbmc/linux/arch/x86/mm/ |
H A D | ioremap.c | 509 void *xlate_dev_mem_ptr(phys_addr_t phys) in xlate_dev_mem_ptr() function
|
/openbmc/linux/arch/x86/platform/uv/ |
H A D | uv_nmi.c | 1080 pch_base = xlate_dev_mem_ptr(PCH_PCR_GPIO_1_BASE); in uv_nmi_setup_hubless()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | io.h | 716 #define xlate_dev_mem_ptr(p) __va(p) macro
|