Home
last modified time | relevance | path

Searched refs:isp (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/sys/arch/amd64/amd64/
H A Dintr.c177 struct intrsource *isp; in intr_allocate_slot_cpu() local
183 isp = ci->ci_isources[i]; in intr_allocate_slot_cpu()
184 if (isp != NULL && isp->is_pic == pic && isp->is_pin == pin) { in intr_allocate_slot_cpu()
191 isp = ci->ci_isources[i]; in intr_allocate_slot_cpu()
192 if (isp != NULL && isp->is_pic == pic && isp->is_pin == pin) { in intr_allocate_slot_cpu()
196 if (isp == NULL && slot == -1) { in intr_allocate_slot_cpu()
205 isp = ci->ci_isources[slot]; in intr_allocate_slot_cpu()
206 if (isp == NULL) { in intr_allocate_slot_cpu()
207 isp = malloc(sizeof (struct intrsource), M_DEVBUF, in intr_allocate_slot_cpu()
209 if (isp == NULL) { in intr_allocate_slot_cpu()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dchew.c278 long *isp = &istack[0]; variable
314 if (isp < istack) in icheck_range()
316 if (isp >= istack + STACK) in icheck_range()
396 isp++; in push_number()
399 *isp = (long) (*pc); in push_number()
476 fprintf (stderr, "current integer stack depth = %ld\n", isp - istack); in print_stack_level()
1076 isp--; in idrop()
1104 internal_mode = *(isp); in internalmode()
1105 isp--; in internalmode()
1382 *(long *) ((isp[0])) = isp[-1]; in bang()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dchew.c277 long *isp = &istack[0]; variable
313 if (isp < istack) in icheck_range()
315 if (isp >= istack + STACK) in icheck_range()
395 isp++; in push_number()
398 *isp = (long) (*pc); in push_number()
475 fprintf (stderr, "current integer stack depth = %d\n", isp - istack); in print_stack_level()
1114 isp--; in idrop()
1142 internal_mode = *(isp); in internalmode()
1143 isp--; in internalmode()
1420 *(long *) ((isp[0])) = isp[-1]; in bang()
[all …]
/openbsd-src/usr.bin/yacc/
H A Dlr0.c267 short *isp, *ksp; in new_itemsets() local
273 isp = itemset; in new_itemsets()
274 while (isp < itemsetend) { in new_itemsets()
275 i = *isp++; in new_itemsets()
360 short *isp, *rp1, *rp2; in save_reductions() local
366 for (isp = itemset; isp < itemsetend; isp++) { in save_reductions()
367 item = ritem[*isp]; in save_reductions()
H A Dclosure.c51 short *isp; in print_closure() local
54 for (isp = itemset; isp < itemsetend; isp++) in print_closure()
55 printf(" %d\n", *isp); in print_closure()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_i386.cpp23 uint32_t isp; member
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h47 isp, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.td69 defm SP : MxAddressRegister<7, "sp", ["usp", "ssp", "isp", "a7"]>;
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-opc.c623 REG_CFG(isp, 0x14),
/openbsd-src/sys/dev/usb/
H A Dehci.c3092 struct ehci_soft_islot *isp; in ehci_device_setintr() local
3105 isp = &sc->sc_islots[islot]; in ehci_device_setintr()
3106 ehci_add_qh(sqh, isp->sqh); in ehci_device_setintr()
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Dm32c.opc95 "drc0", "drc1", "dmd0", "dmd1", "intb", "svp", "vct", "isp", "dma0",
H A Dm32c.cpu1400 (name h-isp)
1562 ("vct" 5) ("isp" 7))))
1576 (values keyword "" (("intbl" 1) ("intbh" 2) ("flg" 3) ("isp" 4)
8336 ((#x7) (set (reg h-isp) src))
8367 ((#x4) (set (reg h-isp) src))
8408 ((#x7) (set dst (reg h-isp)))
8440 ((#x4) (set dst (reg h-isp)))
9129 ((#x7) (set (reg h-isp) (mem32 mode (reg h-sp))))
9151 ((#x4) (set (reg h-isp) (mem16 mode (reg h-sp))))
9211 ((#x7) (set (mem32 mode (reg h-sp)) (reg h-isp)))
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1005 ISelUpdater(SelectionDAG &DAG, SelectionDAG::allnodes_iterator &isp) in ISelUpdater() argument
1006 : SelectionDAG::DAGUpdateListener(DAG), ISelPosition(isp) {} in ISelUpdater()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlperf.pod781 188.209-65-87.adsl-dyn.isp.belgacom.be - - [08/Feb/2007:12:57:16 +0000] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
782 188.209-65-87.adsl-dyn.isp.belgacom.be - - [08/Feb/2007:12:57:16 +0000] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-92955298 * gasp.c (new_file): Cast isp to long, and use %ld to print it.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-92955298 * gasp.c (new_file): Cast isp to long, and use %ld to print it.