/bionic/libc/kernel/arch-x86/asm/ |
genapic_32.h | 25 struct mp_config_table; 66 int (*mps_oem_check)(struct mp_config_table *mpc, char *oem,
|
mpspec_def.h | 41 struct mp_config_table struct
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
genapic_32.h | 25 struct mp_config_table; 66 int (*mps_oem_check)(struct mp_config_table *mpc, char *oem,
|
mpspec_def.h | 41 struct mp_config_table struct
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
genapic_32.h | 19 struct mp_config_table; 57 int (*mps_oem_check)(struct mp_config_table *mpc, char *oem,
|
mpspec_def.h | 34 struct mp_config_table struct
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
genapic_32.h | 19 struct mp_config_table; 57 int (*mps_oem_check)(struct mp_config_table *mpc, char *oem,
|
mpspec_def.h | 34 struct mp_config_table struct
|
/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
genapic_32.h | 19 struct mp_config_table; 57 int (*mps_oem_check)(struct mp_config_table *mpc, char *oem,
|
mpspec_def.h | 34 struct mp_config_table struct
|
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/ |
genapic_32.h | 19 struct mp_config_table; 57 int (*mps_oem_check)(struct mp_config_table *mpc, char *oem,
|
mpspec_def.h | 34 struct mp_config_table struct
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/ |
genapic_32.h | 19 struct mp_config_table; 57 int (*mps_oem_check)(struct mp_config_table *mpc, char *oem,
|
mpspec_def.h | 34 struct mp_config_table struct
|
/external/kernel-headers/original/asm-x86/ |
genapic_32.h | 19 struct mp_config_table; 61 int (*mps_oem_check)(struct mp_config_table *mpc, char *oem,
|
mpspec_def.h | 33 struct mp_config_table struct
|
/external/qemu-pc-bios/bochs/bios/ |
rombios32.c | 1120 uint8_t *mp_config_table, *q, *float_pointer_struct; local 1125 mp_config_table = (uint8_t *)(ram_size - ACPI_DATA_SIZE - MPTABLE_MAX_SIZE); 1128 mp_config_table = (uint8_t *)bios_table_cur_addr; 1130 q = mp_config_table; 1205 len = q - mp_config_table; 1206 mp_config_table[4] = len; 1207 mp_config_table[5] = len >> 8; 1209 mp_config_table[7] = -mpf_checksum(mp_config_table, q - mp_config_table); [all...] |