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

/linux-master/arch/x86/include/asm/
H A Dinst.h17 .macro R32_NUM opd r32
18 \opd = REG_NUM_INVALID
20 \opd = 0 variable
23 \opd = 1 variable
26 \opd = 2 variable
29 \opd = 3 variable
32 \opd = 4 variable
35 \opd = 5 variable
38 \opd = 6 variable
41 \opd variable
45 \\opd = 8 variable
48 \\opd = 9 variable
51 \\opd = 10 variable
54 \\opd = 11 variable
57 \\opd = 12 variable
60 \\opd = 13 variable
63 \\opd = 14 variable
66 \\opd = 15 variable
75 \\opd = 0 variable
78 \\opd = 1 variable
81 \\opd = 2 variable
84 \\opd = 3 variable
87 \\opd = 4 variable
90 \\opd = 5 variable
93 \\opd = 6 variable
96 \\opd = 7 variable
99 \\opd = 8 variable
102 \\opd = 9 variable
105 \\opd = 10 variable
108 \\opd = 11 variable
111 \\opd = 12 variable
114 \\opd = 13 variable
117 \\opd = 14 variable
[all...]
/linux-master/arch/s390/include/asm/
H A Dfpu-insn-asm.h25 * @opd: Operand to store register number
28 .macro GR_NUM opd gr
29 \opd = 255
31 \opd = 0 variable
34 \opd = 1 variable
37 \opd = 2 variable
40 \opd = 3 variable
43 \opd = 4 variable
46 \opd = 5 variable
49 \opd variable
52 \\opd = 7 variable
55 \\opd = 8 variable
58 \\opd = 9 variable
61 \\opd = 10 variable
64 \\opd = 11 variable
67 \\opd = 12 variable
70 \\opd = 13 variable
73 \\opd = 14 variable
76 \\opd = 15 variable
95 \\opd = 0 variable
98 \\opd = 1 variable
101 \\opd = 2 variable
104 \\opd = 3 variable
107 \\opd = 4 variable
110 \\opd = 5 variable
113 \\opd = 6 variable
116 \\opd = 7 variable
119 \\opd = 8 variable
122 \\opd = 9 variable
125 \\opd = 10 variable
128 \\opd = 11 variable
131 \\opd = 12 variable
134 \\opd = 13 variable
137 \\opd = 14 variable
140 \\opd = 15 variable
143 \\opd = 16 variable
146 \\opd = 17 variable
149 \\opd = 18 variable
152 \\opd = 19 variable
155 \\opd = 20 variable
158 \\opd = 21 variable
161 \\opd = 22 variable
164 \\opd = 23 variable
167 \\opd = 24 variable
170 \\opd = 25 variable
173 \\opd = 26 variable
176 \\opd = 27 variable
179 \\opd = 28 variable
182 \\opd = 29 variable
185 \\opd = 30 variable
188 \\opd = 31 variable
[all...]
/linux-master/arch/parisc/boot/compressed/
H A Dvmlinux.lds.S31 .opd : {
33 *(.opd)
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c110 struct opd { struct
115 static struct opd bad_opd = {
/linux-master/arch/parisc/kernel/
H A Dvmlinux.lds.S117 .opd : {
119 *(.opd)
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c138 struct opd struct
142 } *opd; local
144 opd = (struct opd *)ebb_handler;
145 entry = opd->entry;
/linux-master/arch/powerpc/kernel/
H A Dvmlinux.lds.S188 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
190 KEEP(*(.opd))
/linux-master/arch/powerpc/kernel/vdso/
H A Dvdso64.lds.S88 *(.opd)
/linux-master/include/linux/
H A Dpadata.h116 * @opd: Pointer to old pd to be freed by padata_replace.
122 struct parallel_data *opd; member in struct:padata_shell
/linux-master/drivers/pinctrl/
H A Dpinctrl-ocelot.c1341 const struct ocelot_pincfg_data *opd = info->pincfg_data; local
1353 *val = regcfg & (opd->pd_bit | opd->pu_bit);
1357 *val = regcfg & opd->schmitt_bit;
1361 *val = regcfg & opd->drive_bits;
1402 const struct ocelot_pincfg_data *opd = info->pincfg_data; local
1407 opd->pd_bit | opd->pu_bit,
1413 opd->schmitt_bit,
1420 opd
1508 const struct ocelot_pincfg_data *opd = info->pincfg_data; local
[all...]
/linux-master/kernel/
H A Dpadata.c658 ps->opd = rcu_dereference_protected(ps->pd, 1);
680 if (refcount_dec_and_test(&ps->opd->refcnt))
681 padata_free_pd(ps->opd);
/linux-master/tools/perf/util/
H A Dsymbol-elf.c1303 ss->opdsec = elf_section_by_name(elf, &ehdr, &ss->opdshdr, ".opd",
1681 u64 *opd = opddata->d_buf + offset; local
1682 sym.st_value = DSO__SWAP(dso, u64, *opd);

Completed in 189 milliseconds