Searched refs:bpf_cpumask_test_cpu (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | cpumask_success.c | 94 if (!bpf_cpumask_test_cpu(0, cast(cpumask))) { in BPF_PROG() 100 if (bpf_cpumask_test_cpu(0, cast(cpumask))) { in BPF_PROG() 266 if (!bpf_cpumask_test_cpu(0, cast(dst1))) { in BPF_PROG() 270 if (!bpf_cpumask_test_cpu(1, cast(dst1))) { in BPF_PROG() 457 bpf_cpumask_test_cpu(0, (const struct cpumask *)local); in BPF_PROG() 475 bpf_cpumask_test_cpu(0, (const struct cpumask *)mask1); in BPF_PROG() 476 bpf_cpumask_test_cpu(0, (const struct cpumask *)mask2); in BPF_PROG()
|
H A D | cpumask_failure.c | 133 bpf_cpumask_test_cpu(0, (const struct cpumask *)local); in BPF_PROG() 159 bpf_cpumask_test_cpu(0, (const struct cpumask *)local); in BPF_PROG()
|
H A D | nested_trust_common.h | 9 bool bpf_cpumask_test_cpu(unsigned int cpu, const struct cpumask *cpumask) __ksym;
|
H A D | nested_trust_success.c | 24 bpf_cpumask_test_cpu(0, task->cpus_ptr); in BPF_PROG()
|
H A D | nested_trust_failure.c | 30 bpf_cpumask_test_cpu(0, task->user_cpus_ptr); in BPF_PROG()
|
H A D | cpumask_common.h | 35 bool bpf_cpumask_test_cpu(u32 cpu, const struct cpumask *cpumask) __ksym;
|
/openbmc/linux/Documentation/bpf/ |
H A D | cpumasks.rst | 234 if (!bpf_cpumask_test_cpu(0, cast(cpumask))) 239 if (bpf_cpumask_test_cpu(0, cast(cpumask))) 244 if (bpf_cpumask_test_cpu(0, task->cpus_ptr)) 313 if (!bpf_cpumask_test_cpu(0, (const struct cpumask *)dst1)) 317 if (!bpf_cpumask_test_cpu(1, (const struct cpumask *)dst1)) 355 bpf_cpumask_test_cpu
|
H A D | kfuncs.rst | 365 to bpf_cpumask_test_cpu().
|
/openbmc/linux/kernel/bpf/ |
H A D | cpumask.c | 176 __bpf_kfunc bool bpf_cpumask_test_cpu(u32 cpu, const struct cpumask *cpumask) in bpf_cpumask_test_cpu() function 421 BTF_ID_FLAGS(func, bpf_cpumask_test_cpu, KF_RCU)
|