Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dfpu-insn-asm.h28 .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 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/
H A Dvmlinux.lds.S31 .opd : {
33 *(.opd) argument
/linux/arch/parisc/kernel/
H A Dvmlinux.lds.S117 .opd : {
119 *(.opd)
/linux/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c110 struct opd { struct
115 static struct opd bad_opd = { argument
/linux/arch/powerpc/kernel/
H A Dvmlinux.lds.S179 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
181 KEEP(*(.opd)) argument
/linux/drivers/pinctrl/
H A Dpinctrl-ocelot.c1686 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_hw_get_value() local
1698 *val = regcfg & (opd->pd_bit | opd->pu_bit); in ocelot_hw_get_value()
1702 *val = regcfg & opd->schmitt_bit; in ocelot_hw_get_value()
1706 *val = regcfg & opd->drive_bits; in ocelot_hw_get_value()
1747 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_hw_set_value() local
1752 opd->pd_bit | opd->pu_bit, in ocelot_hw_set_value()
1758 opd->schmitt_bit, in ocelot_hw_set_value()
1765 opd->drive_bits, in ocelot_hw_set_value()
1853 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_pinconf_set() local
1867 opd->pu_bit : opd->pd_bit; in ocelot_pinconf_set()
[all …]
/linux/Documentation/trace/rv/
H A Dlinear_temporal_logic.rst35 ltl ::= opd | ( ltl ) | ltl binop ltl | unop ltl
37 Operands (opd):
/linux/kernel/
H A Dpadata.c618 ps->opd = rcu_dereference_protected(ps->pd, 1); in padata_replace_one()
640 padata_put_pd(ps->opd); in padata_replace()
/linux/tools/perf/util/
H A Dsymbol-elf.c1610 u64 *opd = opddata->d_buf + offset; in dso__load_sym_internal() local
1611 sym.st_value = DSO__SWAP(dso, u64, *opd); in dso__load_sym_internal()