Home
last modified time | relevance | path

Searched refs:reqflags (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Dipl.s149 testl $RQF_IPIQ,PCPU(reqflags)
151 testl $RQF_TIMER,PCPU(reqflags)
188 andl $~RQF_INTPEND,PCPU(reqflags)
299 andl $~RQF_AST_SIGNAL,PCPU(reqflags)
316 andl $~RQF_IPIQ,PCPU(reqflags)
331 andl $~RQF_TIMER,PCPU(reqflags)
362 testl $RQF_IPIQ,PCPU(reqflags)
364 testl $RQF_TIMER,PCPU(reqflags)
395 andl $~RQF_INTPEND,PCPU(reqflags)
446 andl $~RQF_IPIQ,PCPU(reqflags)
[all …]
H A Dexception.S409 orl $RQF_QUICKRET,PCPU(reqflags)
454 testl $RQF_IPIQ|RQF_TIMER|RQF_INTPEND|RQF_AST_MASK,PCPU(reqflags)
456 testl $RQF_QUICKRET,PCPU(reqflags)
H A Dmsi_vector.s65 orl $RQF_INTPEND,PCPU(reqflags) ; \
H A Dmachdep.c1164 int reqflags; in cpu_idle() local
1275 reqflags = gd->gd_reqflags; in cpu_idle()
1276 if (reqflags & RQF_IDLECHECK_WK_MASK) in cpu_idle()
1287 cpu_mmw_pause_int(&gd->gd_reqflags, reqflags, in cpu_idle()
1392 int reqflags; in cpu_idle_halt()
1405 reqflags = gd->gd_reqflags; in cpu_idle_halt()
1406 if ((reqflags & RQF_IDLECHECK_WK_MASK) == 0) { in cpu_idle_halt()
1408 cpu_mmw_pause_int(&gd->gd_reqflags, reqflags, in cpu_idle_halt()
H A Dswtch.s624 andl $~RQF_QUICKRET,PCPU(reqflags)
/dragonfly/sys/platform/pc64/acpica/
H A Dacpi_cstate_machdep.c199 int reqflags; in acpi_cst_cx_mwait_enter() local
201 reqflags = gd->gd_reqflags; in acpi_cst_cx_mwait_enter()
202 if ((reqflags & RQF_IDLECHECK_WK_MASK) == 0) { in acpi_cst_cx_mwait_enter()
203 cpu_mmw_pause_int(&gd->gd_reqflags, reqflags, cx->md_arg0, in acpi_cst_cx_mwait_enter()
/dragonfly/sys/platform/pc64/apic/
H A Dapic_vector.s138 orl $RQF_INTPEND,PCPU(reqflags) ; \
200 orl $RQF_XINVLTLB,PCPU(reqflags) /* HVM interlock */
275 andl $~RQF_IPIQ,PCPU(reqflags)
362 orl $RQF_IPIQ,PCPU(reqflags)
401 orl $RQF_TIMER,PCPU(reqflags)
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c480 int reqflags; in cpu_idle() local
504 reqflags = gd->mi.gd_reqflags & in cpu_idle()
507 umtx_sleep(&gd->mi.gd_reqflags, reqflags, in cpu_idle()
/dragonfly/sys/platform/pc64/icu/
H A Dicu_vector.s150 orl $RQF_INTPEND, PCPU(reqflags) ; \