Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs42 fn set_src(mut self, src: u8) -> Self { in set_src() method
689 .set_src(0x02) in jump_on_dst_equals_src()
704 .set_src(0x02) in jump_on_dst_greater_than_src()
719 .set_src(0x01) in jump_on_dst_greater_or_equals_to_src()
734 .set_src(0x02) in jump_on_dst_lower_than_src()
749 .set_src(0x01) in jump_on_dst_lower_or_equals_to_src()
764 .set_src(0x02) in jump_on_dst_bit_and_with_src_not_equal_zero()
779 .set_src(0x05) in jump_on_dst_not_equals_src()
794 .set_src(0x01) in jump_on_dst_greater_than_src_signed()
809 .set_src(0x03) in jump_on_dst_greater_or_equals_src_signed()
[all …]
/DragonOS/kernel/crates/rbpf/tests/
H A Dmisc.rs259 .set_src(0x01) in test_vm_mbuff_with_rust_api()
264 .set_src(0x01) in test_vm_mbuff_with_rust_api()
/DragonOS/kernel/crates/rbpf/
H A DREADME.md550 .mov(Source::Reg, Arch::X64).set_src(0).set_dst(1).push()