Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
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/arch/s390/include/asm/
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/tools/testing/selftests/powerpc/pmu/ebb/
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/arch/parisc/boot/compressed/
A Dvmlinux.lds.S31 .opd : {
33 *(.opd) argument
/linux/arch/parisc/kernel/
A Dvmlinux.lds.S117 .opd : {
119 *(.opd)
/linux/tools/testing/selftests/powerpc/mm/
A Dwild_bctr.c110 struct opd { struct
115 static struct opd bad_opd = { argument
/linux/arch/powerpc/kernel/
A Dvmlinux.lds.S186 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
188 KEEP(*(.opd)) argument
/linux/drivers/pinctrl/
A Dpinctrl-ocelot.c1341 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()
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()
1531 if (!opd->schmitt_bit) in ocelot_pinconf_set()
[all …]
/linux/include/linux/
A Dpadata.h122 struct parallel_data *opd; member
/linux/arch/powerpc/kernel/vdso/
A Dvdso64.lds.S88 *(.opd)
/linux/kernel/
A Dpadata.c669 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/
A Dsymbol-elf.c1674 u64 *opd = opddata->d_buf + offset; in dso__load_sym_internal() local
1675 sym.st_value = DSO__SWAP(dso, u64, *opd); in dso__load_sym_internal()

Completed in 38 milliseconds