Searched refs:fn_ptr (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/lib/bpf/ |
D | bpf_core_read.h | 335 #define ___core_read0(fn, fn_ptr, dst, src, a) \ argument 337 #define ___core_readN(fn, fn_ptr, dst, src, ...) \ argument 338 ___read_ptrs(fn_ptr, src, ___nolast(__VA_ARGS__)) \ 341 #define ___core_read(fn, fn_ptr, dst, src, a, ...) \ argument 342 ___apply(___core_read, ___empty(__VA_ARGS__))(fn, fn_ptr, dst, \
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_subskeleton_lib.c | 28 int (*fn_ptr)(void); variable
|
/Linux-v6.6/arch/x86/kvm/ |
D | cpuid.c | 1466 get_out_of_range_cpuid_entry(struct kvm_vcpu *vcpu, u32 *fn_ptr, u32 index) in get_out_of_range_cpuid_entry() argument 1469 u32 function = *fn_ptr; in get_out_of_range_cpuid_entry() 1495 *fn_ptr = basic->eax; in get_out_of_range_cpuid_entry()
|
/Linux-v6.6/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 1164 int (*fn_ptr)(struct isst_id *id, void *arg); in exec_on_get_ctdp_cpu() local 1167 fn_ptr = arg1; in exec_on_get_ctdp_cpu() 1168 ret = fn_ptr(id, arg2); in exec_on_get_ctdp_cpu()
|