Home
last modified time | relevance | path

Searched defs:mpc_table (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/crosvm/x86_64/src/
H A Dmpspec.rs195 pub struct mpc_table { struct
211 ::std::mem::size_of::<mpc_table>(), in bindgen_test_layout_mpc_table() argument
342 impl Clone for mpc_table { implementation
H A Dmptable.rs339 let mut mpc_table = mpc_table { in setup_mptable() localVariable
429 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in mpc_table_checksum() localVariable
455 let mpc_table: mpc_table = mem.read_obj_from_addr(mpc_offset).unwrap(); in cpu_entry_count() localVariable
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h98339 struct mpc_table { struct
98340 char signature[4];
98341 short unsigned int length;
98342 char spec;
98343 char checksum;
98344 char oem[8];
98345 char productid[12];
98346 unsigned int oemptr;
98347 short unsigned int oemsize;
98348 short unsigned int oemcount;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h26214 struct mpc_table { struct
26215 char signature[4];
26216 short unsigned int length;
26217 char spec;
26218 char checksum;
26219 char oem[8];
26220 char productid[12];
26221 unsigned int oemptr;
26222 short unsigned int oemsize;
26223 short unsigned int oemcount;
[all …]
H A Dvmlinux_518.h26214 struct mpc_table { struct
26215 char signature[4];
26216 short unsigned int length;
26217 char spec;
26218 char checksum;
26219 char oem[8];
26220 char productid[12];
26221 unsigned int oemptr;
26222 short unsigned int oemsize;
26223 short unsigned int oemcount;
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h29486 struct mpc_table { struct
29487 char signature[4];
29488 unsigned short length;
29489 char spec;
29490 char checksum;
29491 char oem[8];
29492 char productid[12];
29493 unsigned int oemptr;
29494 unsigned short oemsize;
29495 unsigned short oemcount;
[all …]