Home
last modified time | relevance | path

Searched refs:APF (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/Documentation/virt/kvm/x86/
Dmsr.rst193 Asynchronous page fault (APF) control MSR.
220 #PF exception. During delivery of these events APF CR2 register contains
223 APF, first 4 bytes of 64 byte memory location ('flags') will be written
226 with asynchronous 'page not present' event. If during a page fault APF
231 Note, since APF 'page not present' events use the same exception vector
236 hypervisor at the time of APF 'page ready' event injection. The content
245 ready' APF delivery needs to be written to before enabling APF mechanism
251 bit 3 (interrupt based delivery) is not set APF events are not delivered.
253 If APF is disabled while there are outstanding APFs, they will
256 Currently 'page ready' APF events will be always delivered on the
[all …]
/linux-5.19.10/Documentation/driver-api/mei/
Diamt.rst57 using a protocol called Intel AMT Port Forwarding Protocol (Intel APF protocol).
65 => "Description of the Intel AMT Port Forwarding (APF) Protocol"
/linux-5.19.10/drivers/iommu/
Dmsm_iommu_hw-8xxx.h463 #define SET_APF(b, c, v) SET_CONTEXT_FIELD(b, c, FSR, APF, v)
651 #define GET_APF(b, c) GET_CONTEXT_FIELD(b, c, FSR, APF)
1020 #define APF (APF_MASK << APF_SHIFT) macro