Home
last modified time | relevance | path

Searched refs:opd (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.15/arch/x86/include/asm/
Dinst.h17 .macro R32_NUM opd r32
18 \opd = REG_NUM_INVALID
20 \opd = 0
23 \opd = 1
26 \opd = 2
29 \opd = 3
32 \opd = 4
35 \opd = 5
38 \opd = 6
41 \opd = 7
[all …]
/Linux-v5.15/arch/s390/include/asm/
Dvx-insn.h25 .macro GR_NUM opd gr
26 \opd = 255
28 \opd = 0
31 \opd = 1
34 \opd = 2
37 \opd = 3
40 \opd = 4
43 \opd = 5
46 \opd = 6
49 \opd = 7
[all …]
/Linux-v5.15/arch/ia64/kernel/
Dmodule.c441 mod->arch.opd = s; in module_frob_arch_sections()
445 if (!mod->arch.core_plt || !mod->arch.init_plt || !mod->arch.got || !mod->arch.opd) { in module_frob_arch_sections()
478 mod->arch.opd->sh_type = SHT_NOBITS; in module_frob_arch_sections()
479 mod->arch.opd->sh_flags = SHF_ALLOC; in module_frob_arch_sections()
480 mod->arch.opd->sh_addralign = 8; in module_frob_arch_sections()
481 mod->arch.opd->sh_size = fdescs * sizeof(struct fdesc); in module_frob_arch_sections()
484 mod->arch.got->sh_size, mod->arch.opd->sh_size); in module_frob_arch_sections()
587 struct fdesc *fdesc = (void *) mod->arch.opd->sh_addr; in get_fdesc()
608 if ((uint64_t) ++fdesc >= mod->arch.opd->sh_addr + mod->arch.opd->sh_size) in get_fdesc()
918 mas->opd_addr = (void *)mas->opd->sh_addr; in module_finalize()
[all …]
Dvmlinux.lds.S111 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
113 *(.opd) argument
/Linux-v5.15/arch/parisc/boot/compressed/
Dvmlinux.lds.S31 .opd : {
33 *(.opd) argument
/Linux-v5.15/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c138 struct opd in setup_ebb_handler() struct
142 } *opd; in setup_ebb_handler() local
144 opd = (struct opd *)ebb_handler; in setup_ebb_handler()
145 entry = opd->entry; in setup_ebb_handler()
/Linux-v5.15/arch/parisc/kernel/
Dvmlinux.lds.S118 .opd : {
120 *(.opd)
/Linux-v5.15/tools/testing/selftests/powerpc/mm/
Dwild_bctr.c110 struct opd { struct
115 static struct opd bad_opd = { argument
/Linux-v5.15/arch/ia64/include/asm/
Dmodule.lds.h13 .opd : { BYTE(0) }
Dmodule.h21 struct elf64_shdr *opd; /* official procedure descriptors */ member
/Linux-v5.15/arch/powerpc/kernel/
Dvmlinux.lds.S342 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
344 KEEP(*(.opd)) argument
/Linux-v5.15/include/linux/
Dpadata.h122 struct parallel_data *opd; member
/Linux-v5.15/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S89 *(.opd)
/Linux-v5.15/kernel/
Dpadata.c635 ps->opd = rcu_dereference_protected(ps->pd, 1); in padata_replace_one()
657 if (refcount_dec_and_test(&ps->opd->refcnt)) in padata_replace()
658 padata_free_pd(ps->opd); in padata_replace()
/Linux-v5.15/tools/perf/util/
Dsymbol-elf.c1206 u64 *opd = opddata->d_buf + offset; in dso__load_sym_internal() local
1207 sym.st_value = DSO__SWAP(dso, u64, *opd); in dso__load_sym_internal()