Home
last modified time | relevance | path

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

/src/sys/i386/include/
H A Dpcpu.h38 struct monitorbuf { struct
43 _Static_assert(sizeof(struct monitorbuf) == 128, "2x cache line"); argument
54 struct monitorbuf pc_monitorbuf __aligned(128); /* cache line */\
/src/sys/amd64/include/
H A Dpcpu.h42 struct monitorbuf { struct
47 _Static_assert(sizeof(struct monitorbuf) == 128, "2x cache line"); argument
57 struct monitorbuf pc_monitorbuf __aligned(128); /* cache line */\
/src/sys/x86/x86/
H A Dcpu_machdep.c391 state = &PCPU_PTR(monitorbuf)->idle_state; in acpi_cpu_idle_mwait()
585 struct monitorbuf *mb; in cpu_reset()
702 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_acpi()
717 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_hlt()
729 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_mwait()
746 state = &PCPU_PTR(monitorbuf)->idle_state; in cpu_idle_spin()
813 struct monitorbuf *mb; in cpu_idle_wakeup()
H A Dmp_x86.c1527 struct monitorbuf *mb; in cpustop_handler()
1538 mb = PCPU_PTR(monitorbuf); in cpustop_handler()
/src/sys/kern/
H A Dsubr_smp.c420 struct monitorbuf *mb; in generic_restart_cpus()