Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs48 fn set_off(mut self, offset: i16) -> Self { in set_off() method
856 program.jump_unconditional().set_off(0x00_11).push(); in jump_to_label()
1035 .set_off(0x00_11) in store_word_from_dst_into_immediate_address()
1051 .set_off(0x11_22) in store_half_word_from_dst_into_immediate_address()
1144 .set_off(0x00_02) in load_word_from_set_src_with_offset()
1160 .set_off(0x11_22) in load_half_word_from_set_src_with_offset()
1176 .set_off(0x00_11) in load_byte_from_set_src_with_offset()
1192 .set_off(0x44_55) in load_double_word_from_set_src_with_offset()
/DragonOS/kernel/crates/rbpf/tests/
H A Dmisc.rs260 .set_off(0x00_08) in test_vm_mbuff_with_rust_api()
265 .set_off(0x00_02) in test_vm_mbuff_with_rust_api()