Searched refs:BPF_STORE_REL (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | compute_live_registers.c | 185 BPF_ATOMIC_OP(BPF_DW, BPF_STORE_REL, BPF_REG_2, BPF_REG_1, -8)), in atomic_load_acq_store_rel()
|
| H A D | verifier_precision.c | 143 BPF_ATOMIC_OP(BPF_DW, BPF_STORE_REL, BPF_REG_10, BPF_REG_1, -8)) in bpf_store_release()
|
| H A D | arena_atomics.c | 388 BPF_ATOMIC_OP(BPF_##SIZEOP, BPF_STORE_REL, \ in store_release()
|
| /linux/kernel/bpf/ |
| H A D | disasm.c | 277 insn->imm == BPF_STORE_REL) { in print_bpf_insn()
|
| H A D | liveness.c | 1353 if (insn->imm == BPF_STORE_REL) in record_load_store_access() 2141 case BPF_STORE_REL: in compute_insn_live_regs()
|
| H A D | core.c | 2375 case BPF_STORE_REL: in ___bpf_prog_run()
|
| H A D | verifier.c | 6812 case BPF_STORE_REL: in check_atomic()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 55 #define BPF_STORE_REL 0x110 /* store-release */ macro
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 55 #define BPF_STORE_REL 0x110 /* store-release */ macro
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 733 case BPF_STORE_REL: in emit_atomic_ld_st() 767 case BPF_STORE_REL: in emit_atomic_ld_st()
|
| /linux/include/linux/ |
| H A D | filter.h | 395 case BPF_STORE_REL: in bpf_atomic_is_load_store()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 1434 case BPF_STORE_REL: in emit_atomic_ld_st() 1456 case BPF_STORE_REL: in emit_atomic_ld_st_index()
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 559 case BPF_STORE_REL: in emit_atomic_ld_st()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 563 case BPF_STORE_REL: in emit_atomic_ld_st()
|