Searched refs:ignore (Results 1 – 8 of 8) sorted by relevance
/DragonOS/kernel/src/arch/riscv64/mm/ |
H A D | init.rs | 117 flusher.ignore(); in riscv_mm_init() 196 flusher.ignore(); in remap_at_low_address() 217 flusher.ignore(); in unmap_at_low_address()
|
/DragonOS/kernel/src/mm/ |
H A D | no_init.rs | 181 flusher.ignore(); in pseudo_map_phys_with_flags() 207 flusher.ignore(); in pseudo_unmap_phys()
|
H A D | page.rs | 1632 pub unsafe fn ignore(self) { in ignore() method 1665 pub unsafe fn ignore(self) { in ignore() method 1673 unsafe { flush.ignore() }; in consume() 1713 flush.ignore(); in consume()
|
/DragonOS/kernel/crates/rbpf/tests/ |
H A D | cranelift.rs | 474 #[ignore = "We have stack OOB checks, but we don't yet catch the trap code and convert it into a pa… 1818 #[ignore]
|
/DragonOS/kernel/src/arch/x86_64/mm/ |
H A D | mod.rs | 512 flusher.ignore(); in allocator_init() 721 flusher.ignore(); in remap_at_low_address() 733 flusher.ignore(); in unmap_at_low_address()
|
/DragonOS/kernel/crates/rbpf/ |
H A D | README.md | 76 ```rust,ignore 142 ```rust,ignore 172 ```rust,ignore 187 ```rust,ignore 199 ```rust,ignore 212 ```rust,ignore 231 ```rust,ignore 239 ```rust,ignore 493 ```rust,ignore
|
/DragonOS/kernel/src/arch/x86_64/driver/apic/ |
H A D | ioapic.rs | 395 pub fn ioapic_init(ignore: &'static [IrqNumber]) { in ioapic_init() 409 if ignore.contains(&irq) { in ioapic_init()
|
/DragonOS/kernel/crates/intertrait/ |
H A D | README.md | 127 ```ignore
|