OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xapic
(Results
1 - 17
of
17
) sorted by null
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
BaseXApicLib.uni
2
// The Local Apic library supports
xAPIC
mode only.
20
#string STR_MODULE_ABSTRACT #language en-US "Supports
xAPIC
mode only"
BaseXApicLib.inf
2
# The Local Apic library supports
xAPIC
mode only.
BaseXApicLib.c
4
This local APIC library instance supports
xAPIC
mode only.
123
This function reads from a local APIC register either in
xAPIC
or x2APIC mode.
124
It is required that in
xAPIC
mode wider registers (64-bit or 256-bit) must be
128
@param MmioOffset The MMIO offset of the local APIC register in
xAPIC
mode.
148
This function writes to a local APIC register either in
xAPIC
or x2APIC mode.
149
It is required that in
xAPIC
mode wider registers (64-bit or 256-bit) must be
155
@param MmioOffset The MMIO offset of the local APIC register in
xAPIC
mode.
209
// For
xAPIC
, the act of writing to the low doubleword of the ICR causes the IPI to be sent.
239
@retval LOCAL_APIC_MODE_XAPIC current APIC mode is
xAPIC
.
292
In
xAPIC
mode, the initial local APIC ID may be different from current APIC ID.
[
all
...]
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
BaseXApicX2ApicLib.uni
2
// The Local Apic library supports x2APIC capable processors which have
xAPIC
and x2APIC modes.
20
#string STR_MODULE_ABSTRACT #language en-US "Supports x2APIC capable processors that have
xAPIC
and x2APIC modes"
BaseXApicX2ApicLib.inf
2
# The Local Apic library supports x2APIC capable processors which have
xAPIC
and x2APIC modes.
BaseXApicX2ApicLib.c
5
which have
xAPIC
and x2APIC modes.
124
This function reads from a local APIC register either in
xAPIC
or x2APIC mode.
125
It is required that in
xAPIC
mode wider registers (64-bit or 256-bit) must be
129
@param MmioOffset The MMIO offset of the local APIC register in
xAPIC
mode.
165
This function writes to a local APIC register either in
xAPIC
or x2APIC mode.
166
It is required that in
xAPIC
mode wider registers (64-bit or 256-bit) must be
172
@param MmioOffset The MMIO offset of the local APIC register in
xAPIC
mode.
204
// Use memory fence here to force the serializing semantics to be consisent with
xAPIC
mode.
258
// For
xAPIC
, the act of writing to the low doubleword of the ICR causes the IPI to be sent.
296
@retval LOCAL_APIC_MODE_XAPIC current APIC mode is
xAPIC
.
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
SecPeiDxeTimerLibCpu.uni
13
// Note that for IA-32 and x64, this library only supports
xAPIC
mode. If x2APIC
30
#string STR_MODULE_DESCRIPTION #language en-US "This Timer Library only uses CPU resources to provide calibrated delays on IA-32, x64, and IPF. Note: A driver of types DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER can use this TimerLib in their initialization without any issues. They only have to be careful in the implementation of runtime services and SMI handlers. Because CPU Local APIC and ITC could be programmed by the OS, it cannot be used by SMM drivers and runtime drivers, and ACPI timer is recommended for SMM drivers and runtime drivers. Note that for IA-32 and x64, this library only supports
xAPIC
mode. If x2APIC support is desired, the SecPeiDxeTimerLibUefiCpu library can be used."
SecPeiDxeTimerLibCpu.inf
13
# Note that for IA-32 and x64, this library only supports
xAPIC
mode. If x2APIC
X86TimerLib.c
45
The local APIC is not working under
XAPIC
mode.
71
// This bit will be 0, if local APIC is under
XAPIC
mode.
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
LocalApicLib.h
21
#define LOCAL_APIC_MODE_XAPIC 0x1 ///<
xAPIC
mode.
55
@retval LOCAL_APIC_MODE_XAPIC current APIC mode is
xAPIC
.
84
In
xAPIC
mode, the initial local APIC ID may be different from current APIC ID.
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
LocalApic.h
90
UINT32 Destination:8; ///< Specifies the target processor or processors in
xAPIC
mode.
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
PlatformCpuInfo.h
124
UINT8
Xapic
; // ECX [21]
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DmaRemappingReportingTable.h
251
out of enabling Extended
xAPIC
(X2APIC) mode. This field is
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/Msr/
AtomMsr.h
521
/// to 1 to support
XAPIC
interrupt model usage.
PentiumMMsr.h
415
/// 1 to support
XAPIC
interrupt model usage.
Core2Msr.h
684
/// to 1 to support
XAPIC
interrupt model usage.
[
all
...]
CoreMsr.h
424
/// to 1 to support
XAPIC
interrupt model usage.
Completed in 1444 milliseconds