Searched refs:PTR_TO_UINT64 (Results 1 – 5 of 5) sorted by relevance
77 attr.info.info = PTR_TO_UINT64(info); in bpf_program_get_info_by_fd()174 attr.insns = PTR_TO_UINT64(p->instructions); in bpf_program_load_kernel()176 attr.license = PTR_TO_UINT64("GPL"); in bpf_program_load_kernel()177 attr.log_buf = PTR_TO_UINT64(log_buf); in bpf_program_load_kernel()199 attr.pathname = PTR_TO_UINT64(path); in bpf_program_load_from_bpf_fs()321 attr.key = PTR_TO_UINT64(key); in bpf_map_update_element()322 attr.value = PTR_TO_UINT64(value); in bpf_map_update_element()332 attr.key = PTR_TO_UINT64(key); in bpf_map_lookup_element()333 attr.value = PTR_TO_UINT64(value); in bpf_map_lookup_element()342 attr.pathname = PTR_TO_UINT64((void *) bpffs_path); in bpf_program_pin()
84 r = CMP(PTR_TO_UINT64(a->hash_func), PTR_TO_UINT64(b->hash_func)); in request_compare_func()88 r = CMP(PTR_TO_UINT64(a->compare_func), PTR_TO_UINT64(b->compare_func)); in request_compare_func()
434 .codes_ptr = PTR_TO_UINT64(types), in button_set_mask()451 .codes_ptr = PTR_TO_UINT64(keys), in button_set_mask()463 .codes_ptr = PTR_TO_UINT64(switches), in button_set_mask()
83 attr.pathname = PTR_TO_UINT64(test_prog); in main()
300 #define PTR_TO_UINT64(p) ((uint64_t) ((uintptr_t) (p))) macro