Home
last modified time | relevance | path

Searched full:sipi (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/arch/x86/
H A Dintel_txt.rst115 instruction had put them in and place them into a wait-for-SIPI
118 - Because the processors will not respond to an INIT or SIPI when
121 simply wait for the INIT-SIPI-SIPI sequence, which will cause
122 VMEXITs, and then disable VT and jump to the SIPI vector. This
/linux/include/linux/
H A Dtboot.h112 /* number of processors in wait-for-SIPI */
/linux/Documentation/virt/kvm/x86/
H A Derrata.rst64 vCPU has legacy xAPIC enabled, e.g. to bring up hotplugged vCPUs via INIT-SIPI
/linux/drivers/thermal/intel/
H A Dtherm_throt.c1012 * 0x10000 because APs are woken up by BSP issuing INIT-SIPI-SIPI in intel_init_thermal()
/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py194 glb_cfe = ["", "INTR", "IRET", "SMI", "RSM", "SIPI", "INIT", "VMENTRY", "VMEXIT",
/linux/arch/x86/kvm/
H A Dtrace.h270 {0x6, "SIPI"}, \
/linux/tools/perf/
H A Dbuiltin-script.c1971 const char *cfe[32] = {NULL, "INTR", "IRET", "SMI", "RSM", "SIPI", in perf_sample__fprintf_synth_evt()
/linux/virt/kvm/
H A Dkvm_main.c3645 * directly for other vCPU non-runnable states, e.g. x86's Wait-For-SIPI. in kvm_vcpu_block()