Home
last modified time | relevance | path

Searched refs:Rs (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit.h108 #define A64_LSX(sf, Rt, Rn, Rs, type) \
109 aarch64_insn_gen_load_store_ex(Rt, Rn, Rs, A64_SIZE(sf), \
114 /* [Rn] = Rt; (atomic) Rs = [state] */
115 #define A64_STXR(sf, Rt, Rn, Rs) \
116 A64_LSX(sf, Rt, Rn, Rs, STORE_EX)
117 /* [Rn] = Rt (store release); (atomic) Rs = [state] */
118 #define A64_STLXR(sf, Rt, Rn, Rs) \
119 aarch64_insn_gen_load_store_ex(Rt, Rn, Rs, A64_SIZE(sf), \
128 #define A64_ST_OP(sf, Rn, Rs, op) \
129 aarch64_insn_gen_atomic_ld_op(A64_ZR, Rn, Rs, \
[all...]
/kernel/linux/linux-5.10/arch/arm64/net/
H A Dbpf_jit.h82 #define A64_LSX(sf, Rt, Rn, Rs, type) \
83 aarch64_insn_gen_load_store_ex(Rt, Rn, Rs, A64_SIZE(sf), \
88 /* [Rn] = Rt; (atomic) Rs = [state] */
89 #define A64_STXR(sf, Rt, Rn, Rs) \
90 A64_LSX(sf, Rt, Rn, Rs, STORE_EX)
93 #define A64_STADD(sf, Rn, Rs) \
94 aarch64_insn_gen_stadd(Rn, Rs, A64_SIZE(sf))
/kernel/linux/linux-5.10/tools/bpf/
H A Dbpf_dbg.c127 bool Rs; member
457 if (r->Rs) in bpf_dump_curr()
629 r->Rs = true; in set_return()
642 r->Rs = true; in bpf_single_step()
646 r->Rs = true; in bpf_single_step()
650 r->Rs = true; in bpf_single_step()
871 while (bpf_curr.Rs == false && stop == false) { in bpf_run_all()
893 while (bpf_curr.Rs == false && stop == false) { in bpf_run_stepping()
1114 if (ret >= 0 || bpf_curr.Rs) { in cmd_step()
/kernel/linux/linux-6.6/tools/bpf/
H A Dbpf_dbg.c127 bool Rs; member
457 if (r->Rs) in bpf_dump_curr()
629 r->Rs = true; in set_return()
642 r->Rs = true; in bpf_single_step()
646 r->Rs = true; in bpf_single_step()
650 r->Rs = true; in bpf_single_step()
871 while (bpf_curr.Rs == false && stop == false) { in bpf_run_all()
893 while (!bpf_curr.Rs && !stop) { in bpf_run_stepping()
1114 if (ret >= 0 || bpf_curr.Rs) { in cmd_step()
/kernel/linux/linux-5.10/scripts/
H A Dpatch-kernel171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
/kernel/linux/linux-6.6/scripts/
H A Dpatch-kernel171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir

Completed in 6 milliseconds