Home
last modified time | relevance | path

Searched refs:req_off (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/pci/
H A Dpci_insn.c158 union register_pair req_off = {.even = req, .odd = offset}; in ____pcilg() local
164 " .insn rre,0xb9d20000,%[data],%[req_off]\n" in ____pcilg()
170 [req_off] "+d" (req_off.pair), [exc] "+d" (exception) in ____pcilg()
173 *status = req_off.even >> 24 & 0xff; in ____pcilg()
266 union register_pair req_off = {.even = req, .odd = offset}; in __pcistg() local
271 " .insn rre,0xb9d00000,%[data],%[req_off]\n" in __pcistg()
276 : CC_OUT(cc, cc), [req_off] "+d" (req_off.pair), [exc] "+d" (exception) in __pcistg()
279 *status = req_off in __pcistg()
[all...]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-fpa-defs.h114 uint64_t req_off:1; member
128 uint64_t req_off:1;