Home
last modified time | relevance | path

Searched defs:load_addr (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.3-rc2/arch/x86/include/asm/
A Delf.h107 #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 Delf.h36 #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 Dgenelf.c140 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 Delf.h16 #define ELF_PLAT_INIT(_r, load_addr) argument
/linux-6.3-rc2/arch/arm64/kernel/probes/
A Dsimulate-insn.c174 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 Delf.h57 #define ELF_PLAT_INIT(_r, load_addr) ((_r)->r0 = 0) argument
/linux-6.3-rc2/include/linux/
A Delf-fdpic.h26 unsigned long load_addr; /* user address at which to map binary */ member
/linux-6.3-rc2/fs/
A Dbinfmt_elf_fdpic.c749 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 Dparse_vdso.c44 uintptr_t load_addr; member
/linux-6.3-rc2/arch/csky/include/asm/
A Delf.h54 #define ELF_PLAT_INIT(_r, load_addr) { _r->a0 = 0; } argument
/linux-6.3-rc2/tools/testing/selftests/x86/
A Dentry_from_vm86.c27 static unsigned long load_addr = 0x10000; variable
/linux-6.3-rc2/arch/m68k/include/asm/
A Delf.h61 #define ELF_PLAT_INIT(_r, load_addr) _r->a1 = 0 argument
/linux-6.3-rc2/arch/powerpc/include/asm/
A Delf.h77 # define ELF_PLAT_INIT(_r, load_addr) do { \ argument
/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Dfile.c189 unsigned long *load_addr, in handle_cmdline_files()
A Defi-stub-helper.c220 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 Delf.h104 #define ELF_PLAT_INIT(_r, load_addr) _r->r0 = 0 argument
/linux-6.3-rc2/arch/mips/include/asm/
A Dvpe.h60 void *load_addr; member
/linux-6.3-rc2/arch/hexagon/include/asm/
A Delf.h182 #define ELF_PLAT_INIT(regs, load_addr) do { } while (0) argument
/linux-6.3-rc2/kernel/
A Dkexec_elf.c399 unsigned long load_addr; in kexec_elf_load() local
/linux-6.3-rc2/arch/arm/include/asm/
A Delf.h131 #define ELF_PLAT_INIT(_r, load_addr) (_r)->ARM_r0 = 0 argument
/linux-6.3-rc2/arch/sh/include/asm/
A Delf.h135 #define ELF_PLAT_INIT(_r, load_addr) \ argument
/linux-6.3-rc2/arch/xtensa/include/asm/
A Delf.h159 #define ELF_PLAT_INIT(_r, load_addr) \ argument
/linux-6.3-rc2/arch/arm64/include/asm/
A Delf.h159 #define ELF_PLAT_INIT(_r, load_addr) (_r)->regs[0] = 0 argument
/linux-6.3-rc2/arch/ia64/include/asm/
A Delf.h141 #define ELF_PLAT_INIT(_r, load_addr) ia64_init_addr_space() argument
/linux-6.3-rc2/arch/loongarch/include/asm/
A Delf.h284 #define ELF_PLAT_INIT(_r, load_addr) do { \ argument

Completed in 25 milliseconds

12