Home
last modified time | relevance | path

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

/DragonOS/kernel/src/bpf/prog/
H A Dverifier.rs65 let first_value_ptr = in relocation() localVariable
66 bpf_map.inner_map().lock().first_value_ptr()? as usize; in relocation()
72 Some(first_value_ptr + offset) in relocation()
/DragonOS/kernel/src/bpf/map/
H A Darray_map.rs156 fn first_value_ptr(&self) -> Result<*const u8> { in first_value_ptr() method
215 fn first_value_ptr(&self) -> Result<*const u8> { in first_value_ptr() method
216 self.per_cpu_data.get_mut().first_value_ptr() in first_value_ptr()
280 fn first_value_ptr(&self) -> Result<*const u8> { in first_value_ptr() method
H A Dhash_map.rs153 fn first_value_ptr(&self) -> Result<*const u8> { in first_value_ptr() method
154 self.per_cpu_maps.get_mut().first_value_ptr() in first_value_ptr()
H A Dmod.rs103 fn first_value_ptr(&self) -> Result<*const u8> { in first_value_ptr() method
/DragonOS/docs/kernel/trace/
H A DeBPF.md232 fn first_value_ptr(&self) -> *const u8 {