Home
last modified time | relevance | path

Searched refs:AV_RESET (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c481 apic_reg_ops->apic_write_int_cmd(apicid, AV_ASSERT | AV_RESET); in apic_cpu_send_SIPI()
492 apic_reg_ops->apic_write_int_cmd(apicid, AV_DEASSERT | AV_RESET); in apic_cpu_send_SIPI()
1443 AV_ASSERT | AV_RESET | AV_SH_ALL_EXCSELF); in apic_shutdown()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h325 #define AV_RESET 0x500 macro