Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/loongarch64/
H A Dmod.rs8 const EBREAK_INST: u32 = 0x002a0000; constant
/DragonOS/kernel/crates/kprobe/src/arch/x86/
H A Dmod.rs10 const EBREAK_INST: u8 = 0xcc; // x86_64: 0xcc constant
/DragonOS/kernel/crates/kprobe/src/arch/rv64/
H A Dmod.rs9 const EBREAK_INST: u32 = 0x00100073; // ebreak constant