• Home
  • Raw
  • Download

Lines Matching refs:ptr_to_u64

66 static inline __u64 ptr_to_u64(const void *ptr)  in ptr_to_u64()  function
121 attr.insns = ptr_to_u64(insns); in probe_memcg_account()
123 attr.license = ptr_to_u64("GPL"); in probe_memcg_account()
352 attr.license = ptr_to_u64(license); in bpf_prog_load_v0_6_0()
357 attr.insns = ptr_to_u64(insns); in bpf_prog_load_v0_6_0()
386 attr.func_info = ptr_to_u64(func_info); in bpf_prog_load_v0_6_0()
392 attr.line_info = ptr_to_u64(line_info); in bpf_prog_load_v0_6_0()
395 attr.fd_array = ptr_to_u64(OPTS_GET(opts, fd_array, NULL)); in bpf_prog_load_v0_6_0()
398 attr.log_buf = ptr_to_u64(log_buf); in bpf_prog_load_v0_6_0()
424 attr.func_info = ptr_to_u64(finfo); in bpf_prog_load_v0_6_0()
437 attr.line_info = ptr_to_u64(linfo); in bpf_prog_load_v0_6_0()
453 attr.log_buf = ptr_to_u64(log_buf); in bpf_prog_load_v0_6_0()
541 attr.insns = ptr_to_u64(insns); in bpf_verify_program()
542 attr.license = ptr_to_u64(license); in bpf_verify_program()
543 attr.log_buf = ptr_to_u64(log_buf); in bpf_verify_program()
562 attr.key = ptr_to_u64(key); in bpf_map_update_elem()
563 attr.value = ptr_to_u64(value); in bpf_map_update_elem()
577 attr.key = ptr_to_u64(key); in bpf_map_lookup_elem()
578 attr.value = ptr_to_u64(value); in bpf_map_lookup_elem()
591 attr.key = ptr_to_u64(key); in bpf_map_lookup_elem_flags()
592 attr.value = ptr_to_u64(value); in bpf_map_lookup_elem_flags()
606 attr.key = ptr_to_u64(key); in bpf_map_lookup_and_delete_elem()
607 attr.value = ptr_to_u64(value); in bpf_map_lookup_and_delete_elem()
620 attr.key = ptr_to_u64(key); in bpf_map_lookup_and_delete_elem_flags()
621 attr.value = ptr_to_u64(value); in bpf_map_lookup_and_delete_elem_flags()
635 attr.key = ptr_to_u64(key); in bpf_map_delete_elem()
648 attr.key = ptr_to_u64(key); in bpf_map_get_next_key()
649 attr.next_key = ptr_to_u64(next_key); in bpf_map_get_next_key()
680 attr.batch.in_batch = ptr_to_u64(in_batch); in bpf_map_batch_common()
681 attr.batch.out_batch = ptr_to_u64(out_batch); in bpf_map_batch_common()
682 attr.batch.keys = ptr_to_u64(keys); in bpf_map_batch_common()
683 attr.batch.values = ptr_to_u64(values); in bpf_map_batch_common()
731 attr.pathname = ptr_to_u64((void *)pathname); in bpf_obj_pin()
744 attr.pathname = ptr_to_u64((void *)pathname); in bpf_obj_get()
848 attr.link_create.iter_info = ptr_to_u64(OPTS_GET(opts, iter_info, (void *)0)); in bpf_link_create()
920 attr.query.prog_ids = ptr_to_u64(prog_ids); in bpf_prog_query()
940 attr.test.data_in = ptr_to_u64(data); in bpf_prog_test_run()
941 attr.test.data_out = ptr_to_u64(data_out); in bpf_prog_test_run()
967 attr.test.data_in = ptr_to_u64(test_attr->data_in); in bpf_prog_test_run_xattr()
968 attr.test.data_out = ptr_to_u64(test_attr->data_out); in bpf_prog_test_run_xattr()
971 attr.test.ctx_in = ptr_to_u64(test_attr->ctx_in); in bpf_prog_test_run_xattr()
972 attr.test.ctx_out = ptr_to_u64(test_attr->ctx_out); in bpf_prog_test_run_xattr()
1005 attr.test.ctx_in = ptr_to_u64(OPTS_GET(opts, ctx_in, NULL)); in bpf_prog_test_run_opts()
1006 attr.test.ctx_out = ptr_to_u64(OPTS_GET(opts, ctx_out, NULL)); in bpf_prog_test_run_opts()
1007 attr.test.data_in = ptr_to_u64(OPTS_GET(opts, data_in, NULL)); in bpf_prog_test_run_opts()
1008 attr.test.data_out = ptr_to_u64(OPTS_GET(opts, data_out, NULL)); in bpf_prog_test_run_opts()
1111 attr.info.info = ptr_to_u64(info); in bpf_obj_get_info_by_fd()
1127 attr.raw_tracepoint.name = ptr_to_u64(name); in bpf_raw_tracepoint_open()
1159 attr.btf = ptr_to_u64(btf_data); in bpf_btf_load()
1167 attr.btf_log_buf = ptr_to_u64(log_buf); in bpf_btf_load()
1174 attr.btf_log_buf = ptr_to_u64(log_buf); in bpf_btf_load()
1213 attr.task_fd_query.buf = ptr_to_u64(buf); in bpf_task_fd_query()