Searched refs:pm0 (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/dev/usb/ |
| H A D | usb_process.c | 268 struct usb_proc_msg *pm0 = _pm0; in usb_proc_msignal() local 283 if (pm0->pm_qentry.tqe_prev) { in usb_proc_msignal() 294 pm2 = pm0; in usb_proc_msignal() 297 if (pm0->pm_num == up->up_msg_num) { in usb_proc_msignal() 306 pm2 = pm0; in usb_proc_msignal() 312 d = (pm1->pm_num - pm0->pm_num); in usb_proc_msignal() 316 pm2 = pm0; in usb_proc_msignal() 368 struct usb_proc_msg *pm0 = _pm0; in usb_proc_mwait_impl() local 381 if (pm0->pm_qentry.tqe_prev) { in usb_proc_mwait_impl() 382 TAILQ_REMOVE(&up->up_qhead, pm0, pm_qentry); in usb_proc_mwait_impl() [all …]
|
| H A D | usb_process.h | 77 void usb_proc_mwait(struct usb_process *up, void *pm0, void *pm1); 78 int usb_proc_mwait_sig(struct usb_process *up, void *pm0, void *pm1); 80 void *usb_proc_msignal(struct usb_process *up, void *pm0, void *pm1);
|
| /freebsd/stand/kshim/ |
| H A D | bsd_kernel.c | 1202 struct usb_proc_msg *pm0 = _pm0; in usb_proc_msignal() local 1210 if (pm0->pm_qentry.tqe_prev) { in usb_proc_msignal() 1221 pm2 = pm0; in usb_proc_msignal() 1224 if (pm0->pm_num == up->up_msg_num) { in usb_proc_msignal() 1233 pm2 = pm0; in usb_proc_msignal() 1239 d = (pm1->pm_num - pm0->pm_num); in usb_proc_msignal() 1243 pm2 = pm0; in usb_proc_msignal() 1284 struct usb_proc_msg *pm0 = _pm0; in usb_proc_mwait() local 1288 if (pm0->pm_qentry.tqe_prev) { in usb_proc_mwait() 1289 TAILQ_REMOVE(&up->up_qhead, pm0, pm_qentry); in usb_proc_mwait() [all …]
|
| /freebsd/sys/dev/sym/ |
| H A D | sym_fw2.h | 1094 offsetof (struct sym_ccb, phys.pm0.sg), 1114 offsetof (struct sym_ccb, phys.pm0.sg), 1128 offsetof (struct sym_ccb, phys.pm0.ret), 1643 offsetof(struct sym_ccb, phys.pm0.ret), 1675 offsetof(struct sym_ccb, phys.pm0.ret), 1690 offsetof(struct sym_ccb, phys.pm0.sg.size), 1692 offsetof(struct sym_ccb, phys.pm0.sg.addr),
|
| H A D | sym_fw1.h | 1227 offsetof (struct sym_ccb, phys.pm0.sg), 1247 offsetof (struct sym_ccb, phys.pm0.sg), 1263 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm0.ret)),
|
| H A D | sym_hipd.c | 1348 struct sym_pmc pm0; member 4374 nxtdsp = scr_to_cpu(cp->phys.pm0.ret); in sym_int_ma() 4383 pm = &cp->phys.pm0; in sym_int_ma() 5257 pm = &cp->phys.pm0; in sym_evaluate_dp() 5409 pm = &cp->phys.pm0; in sym_modify_dp()
|
| /freebsd/share/doc/smm/01.setup/ |
| H A D | spell.ok | 444 pm0
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | archive | 2285 #2 string -pm0- PMarc archive data [pm0] 2286 2 string -pm0-
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 4524 def int_nvvm_read_ptx_sreg_pm0 : PTXReadNCSRegIntrinsic_r32<"pm0">;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 6436 def INT_PTX_SREG_PM0 : PTX_READ_SREG_R32<"pm0", int_nvvm_read_ptx_sreg_pm0>;
|