Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dinst.h20 \opd = 0
23 \opd = 1
26 \opd = 2
29 \opd = 3
32 \opd = 4
35 \opd = 5
38 \opd = 6
41 \opd = 7
45 \opd = 8
48 \opd = 9
[all …]
/linux-6.15/arch/s390/include/asm/
H A Dfpu-insn-asm.h29 \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
55 \opd = 8
[all …]
/linux-6.15/tools/testing/selftests/powerpc/pmu/ebb/
H A 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-6.15/arch/parisc/boot/compressed/
H A Dvmlinux.lds.S31 .opd : {
33 *(.opd) argument
/linux-6.15/arch/parisc/kernel/
H A Dvmlinux.lds.S117 .opd : {
119 *(.opd)
/linux-6.15/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c110 struct opd { struct
115 static struct opd bad_opd = { argument
/linux-6.15/arch/powerpc/kernel/
H A Dvmlinux.lds.S179 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
181 KEEP(*(.opd)) argument
/linux-6.15/drivers/pinctrl/
H A Dpinctrl-ocelot.c1526 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_hw_get_value() local
1538 *val = regcfg & (opd->pd_bit | opd->pu_bit); in ocelot_hw_get_value()
1542 *val = regcfg & opd->schmitt_bit; in ocelot_hw_get_value()
1546 *val = regcfg & opd->drive_bits; in ocelot_hw_get_value()
1592 opd->pd_bit | opd->pu_bit, in ocelot_hw_set_value()
1598 opd->schmitt_bit, in ocelot_hw_set_value()
1605 opd->drive_bits, in ocelot_hw_set_value()
1693 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_pinconf_set() local
1707 opd->pu_bit : opd->pd_bit; in ocelot_pinconf_set()
1716 if (!opd->schmitt_bit) in ocelot_pinconf_set()
[all …]
/linux-6.15/include/linux/
H A Dpadata.h122 struct parallel_data *opd; member
/linux-6.15/arch/powerpc/kernel/vdso/
H A Dvdso64.lds.S90 *(.opd)
/linux-6.15/kernel/
H A Dpadata.c686 ps->opd = rcu_dereference_protected(ps->pd, 1); in padata_replace_one()
708 padata_put_pd(ps->opd); in padata_replace()
/linux-6.15/tools/perf/util/
H A Dsymbol-elf.c1738 u64 *opd = opddata->d_buf + offset; in dso__load_sym_internal() local
1739 sym.st_value = DSO__SWAP(dso, u64, *opd); in dso__load_sym_internal()