Home
last modified time | relevance | path

Searched defs:MPC_SIGNATURE (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/x86_64/src/
Dmptable.rs58 const MPC_SIGNATURE: [u8; 4] = *b"PCMP"; constant
Dmpspec.rs15 pub const MPC_SIGNATURE: &'static [u8; 5usize] = b"PCMP\x00"; constant
/external/coreboot/src/arch/x86/include/arch/smp/
Dmpspec.h47 #define MPC_SIGNATURE "PCMP" macro