Searched refs:opd (Results 1 – 12 of 12) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | inst.h | 17 .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/arch/s390/include/asm/ |
H A D | fpu-insn-asm.h | 28 .macro GR_NUM opd gr 29 \opd = 255 31 \opd = 0 34 \opd = 1 37 \opd = 2 40 \opd = 3 43 \opd = 4 46 \opd = 5 49 \opd = 6 52 \opd = 7 [all …]
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb.c | 138 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/arch/parisc/boot/compressed/ |
H A D | vmlinux.lds.S | 31 .opd : { 33 *(.opd) argument
|
/linux/arch/parisc/kernel/ |
H A D | vmlinux.lds.S | 117 .opd : { 119 *(.opd)
|
/linux/tools/testing/selftests/powerpc/mm/ |
H A D | wild_bctr.c | 110 struct opd { struct 115 static struct opd bad_opd = { argument
|
/linux/arch/powerpc/kernel/ |
H A D | vmlinux.lds.S | 186 .opd : AT(ADDR(.opd) - LOAD_OFFSET) { 188 KEEP(*(.opd)) argument
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-ocelot.c | 1341 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_hw_get_value() local 1353 *val = regcfg & (opd->pd_bit | opd->pu_bit); in ocelot_hw_get_value() 1357 *val = regcfg & opd->schmitt_bit; in ocelot_hw_get_value() 1361 *val = regcfg & opd->drive_bits; in ocelot_hw_get_value() 1402 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_hw_set_value() local 1407 opd->pd_bit | opd->pu_bit, in ocelot_hw_set_value() 1413 opd->schmitt_bit, in ocelot_hw_set_value() 1420 opd->drive_bits, in ocelot_hw_set_value() 1508 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_pinconf_set() local 1522 opd->pu_bit : opd->pd_bit; in ocelot_pinconf_set() [all …]
|
/linux/include/linux/ |
H A D | padata.h | 122 struct parallel_data *opd; member
|
/linux/arch/powerpc/kernel/vdso/ |
H A D | vdso64.lds.S | 88 *(.opd)
|
/linux/kernel/ |
H A D | padata.c | 669 ps->opd = rcu_dereference_protected(ps->pd, 1); in padata_replace_one() 691 if (refcount_dec_and_test(&ps->opd->refcnt)) in padata_replace() 692 padata_free_pd(ps->opd); in padata_replace()
|
/linux/tools/perf/util/ |
H A D | symbol-elf.c | 1303 ss->opdsec = elf_section_by_name(elf, &ehdr, &ss->opdshdr, ".opd", in symsrc__init() 1674 u64 *opd = opddata->d_buf + offset; in dso__load_sym_internal() 1675 sym.st_value = DSO__SWAP(dso, u64, *opd); in dso__load_sym_internal() 1681 u64 *opd = opddata->d_buf + offset; dso__load_sym_internal() local
|