Lines Matching refs:ptr_to_u64
185 static uint64_t ptr_to_u64(void *ptr) in ptr_to_u64() function
230 attr.key = ptr_to_u64(key); in bpf_update_elem()
231 attr.value = ptr_to_u64(value); in bpf_update_elem()
242 attr.key = ptr_to_u64(key); in bpf_lookup_elem()
243 attr.value = ptr_to_u64(value); in bpf_lookup_elem()
253 attr.key = ptr_to_u64(key); in bpf_delete_elem()
266 attr.next_key = ptr_to_u64(key); in bpf_get_first_key()
274 attr.key = ptr_to_u64(key); in bpf_get_first_key()
301 attr.key = ptr_to_u64(key); in bpf_get_next_key()
302 attr.next_key = ptr_to_u64(next_key); in bpf_get_next_key()
371 attr.info.info = ptr_to_u64(info); in bpf_obj_get_info()
489 attr.license = ptr_to_u64((void *)license); in bpf_prog_load()
491 attr.insns = ptr_to_u64((void *)insns); in bpf_prog_load()
506 attr.log_buf = ptr_to_u64(log_buf); in bpf_prog_load()
518 attr.log_buf = ptr_to_u64(tmp_log_buf); in bpf_prog_load()
565 attr.log_buf = ptr_to_u64(log_buf); in bpf_prog_load()
591 attr.log_buf = ptr_to_u64(tmp_log_buf); in bpf_prog_load()
751 attr.config1 = ptr_to_u64((void *)name); in bpf_try_perf_event_open_with_probe()
1112 attr.raw_tracepoint.name = ptr_to_u64(tp_name); in bpf_attach_raw_tracepoint()
1421 attr.pathname = ptr_to_u64((void *)pathname); in bpf_obj_pin()
1432 attr.pathname = ptr_to_u64((void *)pathname); in bpf_obj_get()