/linux-6.3-rc2/arch/x86/include/asm/ |
A D | elf.h | 107 #define ELF_PLAT_INIT(_r, load_addr) \ argument 168 #define ELF_PLAT_INIT(_r, load_addr) \ argument 171 #define COMPAT_ELF_PLAT_INIT(regs, load_addr) \ argument
|
/linux-6.3-rc2/arch/x86/um/asm/ |
A D | elf.h | 36 #define ELF_PLAT_INIT(regs, load_addr) do { \ argument 131 #define ELF_PLAT_INIT(regs, load_addr) do { \ argument
|
/linux-6.3-rc2/tools/perf/util/ |
A D | genelf.c | 140 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id() 247 jit_write_elf(int fd, uint64_t load_addr, const char *sym, in jit_write_elf()
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | elf.h | 16 #define ELF_PLAT_INIT(_r, load_addr) argument
|
/linux-6.3-rc2/arch/arm64/kernel/probes/ |
A D | simulate-insn.c | 174 u64 *load_addr; in simulate_ldr_literal() local 192 s32 *load_addr; in simulate_ldrsw_literal() local
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | elf.h | 57 #define ELF_PLAT_INIT(_r, load_addr) ((_r)->r0 = 0) argument
|
/linux-6.3-rc2/include/linux/ |
A D | elf-fdpic.h | 26 unsigned long load_addr; /* user address at which to map binary */ member
|
/linux-6.3-rc2/fs/ |
A D | binfmt_elf_fdpic.c | 749 unsigned long load_addr, stop; in elf_fdpic_map_file() local 932 unsigned long load_addr, base = ULONG_MAX, top = 0, maddr = 0; in elf_fdpic_map_file_constdisp_on_uclinux() local 1016 unsigned long load_addr, delta_vaddr; in elf_fdpic_map_file_by_direct_mmap() local
|
/linux-6.3-rc2/tools/testing/selftests/vDSO/ |
A D | parse_vdso.c | 44 uintptr_t load_addr; member
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | elf.h | 54 #define ELF_PLAT_INIT(_r, load_addr) { _r->a0 = 0; } argument
|
/linux-6.3-rc2/tools/testing/selftests/x86/ |
A D | entry_from_vm86.c | 27 static unsigned long load_addr = 0x10000; variable
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | elf.h | 61 #define ELF_PLAT_INIT(_r, load_addr) _r->a1 = 0 argument
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | elf.h | 77 # define ELF_PLAT_INIT(_r, load_addr) do { \ argument
|
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
A D | file.c | 189 unsigned long *load_addr, in handle_cmdline_files()
|
A D | efi-stub-helper.c | 220 static efi_status_t efi_measure_tagged_event(unsigned long load_addr, in efi_measure_tagged_event()
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | elf.h | 104 #define ELF_PLAT_INIT(_r, load_addr) _r->r0 = 0 argument
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | vpe.h | 60 void *load_addr; member
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | elf.h | 182 #define ELF_PLAT_INIT(regs, load_addr) do { } while (0) argument
|
/linux-6.3-rc2/kernel/ |
A D | kexec_elf.c | 399 unsigned long load_addr; in kexec_elf_load() local
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | elf.h | 131 #define ELF_PLAT_INIT(_r, load_addr) (_r)->ARM_r0 = 0 argument
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | elf.h | 135 #define ELF_PLAT_INIT(_r, load_addr) \ argument
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | elf.h | 159 #define ELF_PLAT_INIT(_r, load_addr) \ argument
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | elf.h | 159 #define ELF_PLAT_INIT(_r, load_addr) (_r)->regs[0] = 0 argument
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | elf.h | 141 #define ELF_PLAT_INIT(_r, load_addr) ia64_init_addr_space() argument
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | elf.h | 284 #define ELF_PLAT_INIT(_r, load_addr) do { \ argument
|