Home
last modified time | relevance | path

Searched refs:RELOC_HIDE (Results 1 – 7 of 7) sorted by relevance

/linux/arch/mips/include/asm/mach-malta/
H A Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
/linux/arch/sh/include/asm/
H A Dtraps_32.h60 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
/linux/include/linux/
H A Dcompiler-gcc.h31 #define RELOC_HIDE(ptr, off) \ macro
H A Dmm.h116 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/linux/arch/csky/include/asm/
H A Dpage.h71 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/linux/arch/riscv/include/asm/
H A Dpage.h149 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/linux/mm/kasan/
H A Dkasan_test_c.c511 ptr1 = RELOC_HIDE(kmalloc(sizeof(*ptr1) - 3, GFP_KERNEL), 0); in kmalloc_oob_16()