Home
last modified time | relevance | path

Searched refs:monitorbuf (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dpcpu.h44 struct monitorbuf { struct
49 _Static_assert(sizeof(struct monitorbuf) == 128, "2x cache line"); argument
60 struct monitorbuf pc_monitorbuf __aligned(128); /* cache line */\
/f-stack/freebsd/amd64/include/
H A Dpcpu.h43 struct monitorbuf { struct
48 _Static_assert(sizeof(struct monitorbuf) == 128, "2x cache line"); argument
58 struct monitorbuf pc_monitorbuf __aligned(128); /* cache line */\
/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c238 state = &PCPU_PTR(monitorbuf)->idle_state; in acpi_cpu_idle_mwait()
432 struct monitorbuf *mb; in cpu_reset()
501 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_acpi()
520 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_hlt()
552 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_mwait()
577 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_spin()
649 struct monitorbuf *mb; in cpu_idle_wakeup()
H A Dmp_x86.c1467 struct monitorbuf *mb; in cpustop_handler()
1478 mb = PCPU_PTR(monitorbuf); in cpustop_handler()
/f-stack/freebsd/kern/
H A Dsubr_smp.c381 struct monitorbuf *mb; in generic_restart_cpus()