OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CpuList
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.c
350
}
CpuList
;
353
cpulist_init(
CpuList
* list) {
358
cpulist_and(
CpuList
* list1,
CpuList
* list2) {
363
cpulist_set(
CpuList
* list, int index) {
370
cpulist_count(
CpuList
* list) {
374
/* Parse a textual list of cpus and store the result inside a
CpuList
object.
385
cpulist_parse(
CpuList
* list, const char* line, int line_len)
437
cpulist_read_from(
CpuList
* list, const char* filename)
641
CpuList
cpus_present[1]
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c
270
mMPSystemData.
CpuList
[ProcessorNumber] = FALSE;
280
mMPSystemData.
CpuList
[ProcessorNumber] = TRUE;
299
if (mMPSystemData.
CpuList
[ProcessorNumber]) {
841
if (!mMPSystemData.
CpuList
[ProcessorNumber]) {
858
mMPSystemData.
CpuList
[ProcessorNumber] = FALSE;
905
if (mMPSystemData.
CpuList
[ProcessorNumber]) {
910
mMPSystemData.
CpuList
[ProcessorNumber] = FALSE;
[
all
...]
MpServicesOnFrameworkMpServicesThunk.h
125
BOOLEAN
CpuList
[MAX_CPU_NUMBER];
Completed in 811 milliseconds