Home
last modified time | relevance | path

Searched refs:has_mem (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dcranelift.rs1040 let has_mem = bcx.ins().icmp_imm(IntCC::NotEqual, mem_start, 0); in insert_bounds_check() localVariable
1049 let mem_valid = bcx.ins().band(mem_valid, has_mem); in insert_bounds_check()