Home
last modified time | relevance | path

Searched refs:fn_ptr (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/tools/lib/bpf/
Dbpf_core_read.h335 #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.1/tools/testing/selftests/bpf/progs/
Dtest_subskeleton_lib.c28 int (*fn_ptr)(void); variable
/Linux-v6.1/arch/x86/kvm/
Dcpuid.c1408 get_out_of_range_cpuid_entry(struct kvm_vcpu *vcpu, u32 *fn_ptr, u32 index) in get_out_of_range_cpuid_entry() argument
1411 u32 function = *fn_ptr; in get_out_of_range_cpuid_entry()
1437 *fn_ptr = basic->eax; in get_out_of_range_cpuid_entry()
/Linux-v6.1/tools/power/x86/intel-speed-select/
Disst-config.c1054 int (*fn_ptr)(struct isst_id *id, void *arg); in exec_on_get_ctdp_cpu() local
1057 fn_ptr = arg1; in exec_on_get_ctdp_cpu()
1058 ret = fn_ptr(id, arg2); in exec_on_get_ctdp_cpu()