/bionic/libc/kernel/arch-x86/asm/ |
genapic_32.h | 32 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid); 37 physid_mask_t (*ioapic_phys_id_map)(physid_mask_t map); 44 physid_mask_t (*apicid_to_cpu_present)(int phys_apicid);
|
mpspec_32.h | 26 typedef struct physid_mask physid_mask_t; typedef in typeref:struct:physid_mask 44 #define physids_promote(physids) ({ physid_mask_t __physid_mask = PHYSID_MASK_NONE; __physid_mask.mask[0] = physids; __physid_mask; }) 46 #define physid_mask_of_physid(physid) ({ physid_mask_t __physid_mask = PHYSID_MASK_NONE; physid_set(physid, __physid_mask); __physid_mask; })
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
genapic_32.h | 32 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid); 37 physid_mask_t (*ioapic_phys_id_map)(physid_mask_t map); 44 physid_mask_t (*apicid_to_cpu_present)(int phys_apicid);
|
mpspec_32.h | 26 typedef struct physid_mask physid_mask_t; typedef in typeref:struct:physid_mask 44 #define physids_promote(physids) ({ physid_mask_t __physid_mask = PHYSID_MASK_NONE; __physid_mask.mask[0] = physids; __physid_mask; }) 46 #define physid_mask_of_physid(physid) ({ physid_mask_t __physid_mask = PHYSID_MASK_NONE; physid_set(physid, __physid_mask); __physid_mask; })
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
genapic_32.h | 32 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid); 37 physid_mask_t (*ioapic_phys_id_map)(physid_mask_t map); 44 physid_mask_t (*apicid_to_cpu_present)(int phys_apicid);
|
mpspec_32.h | 26 typedef struct physid_mask physid_mask_t; typedef in typeref:struct:physid_mask 44 #define physids_promote(physids) ({ physid_mask_t __physid_mask = PHYSID_MASK_NONE; __physid_mask.mask[0] = physids; __physid_mask; }) 46 #define physid_mask_of_physid(physid) ({ physid_mask_t __physid_mask = PHYSID_MASK_NONE; physid_set(physid, __physid_mask); __physid_mask; })
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
genapic_32.h | 32 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid); 37 physid_mask_t (*ioapic_phys_id_map)(physid_mask_t map); 44 physid_mask_t (*apicid_to_cpu_present)(int phys_apicid);
|
mpspec_32.h | 26 typedef struct physid_mask physid_mask_t; typedef in typeref:struct:physid_mask 44 #define physids_promote(physids) ({ physid_mask_t __physid_mask = PHYSID_MASK_NONE; __physid_mask.mask[0] = physids; __physid_mask; }) 46 #define physid_mask_of_physid(physid) ({ physid_mask_t __physid_mask = PHYSID_MASK_NONE; physid_set(physid, __physid_mask); __physid_mask; })
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
genapic_32.h | 32 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid); 37 physid_mask_t (*ioapic_phys_id_map)(physid_mask_t map); 44 physid_mask_t (*apicid_to_cpu_present)(int phys_apicid);
|
mpspec_32.h | 26 typedef struct physid_mask physid_mask_t; typedef in typeref:struct:physid_mask 44 #define physids_promote(physids) ({ physid_mask_t __physid_mask = PHYSID_MASK_NONE; __physid_mask.mask[0] = physids; __physid_mask; }) 46 #define physid_mask_of_physid(physid) ({ physid_mask_t __physid_mask = PHYSID_MASK_NONE; physid_set(physid, __physid_mask); __physid_mask; })
|
/external/kernel-headers/original/asm-x86/ |
genapic_32.h | 32 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid); 37 physid_mask_t (*ioapic_phys_id_map)(physid_mask_t map); 44 physid_mask_t (*apicid_to_cpu_present)(int phys_apicid);
|
mpspec_32.h | 43 typedef struct physid_mask physid_mask_t; typedef in typeref:struct:physid_mask 63 physid_mask_t __physid_mask = PHYSID_MASK_NONE; \ 70 physid_mask_t __physid_mask = PHYSID_MASK_NONE; \ 78 extern physid_mask_t phys_cpu_present_map;
|