Searched defs:mpc_cpu (Results 1 – 5 of 5) sorted by relevance
327 pub struct mpc_cpu { struct339 ::std::mem::size_of::<mpc_cpu>(), in bindgen_test_layout_mpc_cpu() argument419 impl Clone for mpc_cpu { implementation
159 let mpc_cpu = mpc_cpu { in setup_mptable() localVariable
23934 struct mpc_cpu { struct23935 unsigned char type;23936 unsigned char apicid;23937 unsigned char apicver;23938 unsigned char cpuflag;23939 unsigned int cpufeature;23940 unsigned int featureflag;23941 unsigned int reserved[2];
2610 struct mpc_cpu { struct2611 unsigned char type;2612 unsigned char apicid;2613 unsigned char apicver;2614 unsigned char cpuflag;2615 unsigned int cpufeature;2639 int (*mpc_apic_id)(struct mpc_cpu *); argument