Home
last modified time | relevance | path

Searched refs:Rs (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/arm64/net/
H A Dbpf_jit.h115 #define A64_STXR(sf, Rt, Rn, Rs) \ argument
116 A64_LSX(sf, Rt, Rn, Rs, STORE_EX)
153 #define A64_STADD(sf, Rn, Rs) A64_ST_OP(sf, Rn, Rs, ADD) argument
154 #define A64_STCLR(sf, Rn, Rs) A64_ST_OP(sf, Rn, Rs, CLR) argument
155 #define A64_STEOR(sf, Rn, Rs) A64_ST_OP(sf, Rn, Rs, EOR) argument
156 #define A64_STSET(sf, Rn, Rs) A64_ST_OP(sf, Rn, Rs, SET) argument
163 #define A64_LDADDAL(sf, Rt, Rn, Rs) A64_LD_OP_AL(sf, Rt, Rn, Rs, ADD) argument
164 #define A64_LDCLRAL(sf, Rt, Rn, Rs) A64_LD_OP_AL(sf, Rt, Rn, Rs, CLR) argument
165 #define A64_LDEORAL(sf, Rt, Rn, Rs) A64_LD_OP_AL(sf, Rt, Rn, Rs, EOR) argument
166 #define A64_LDSETAL(sf, Rt, Rn, Rs) A64_LD_OP_AL(sf, Rt, Rn, Rs, SET) argument
[all …]
/linux-6.15/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()
/linux-6.15/Documentation/devicetree/bindings/media/
H A Dvideo-interface-devices.yaml52 The external world scene reference system 'Rs' is a 2-dimensional
76 with the reference system 'Rs' placed on the camera focal plane:
89 reference system 'Rs' are typically (but not always) inverted, due to the
/linux-6.15/Documentation/hwmon/
H A Dvt1211.rst155 scaling resistor (Rs)::
157 Vpin = 2200 * Rth / (Rs + Rth) (2200 is the ADC max limit of 2200 mV)
165 Mingling the above two equations and assuming Rs = Ro and B = 3435 yields the
/linux-6.15/scripts/
H A Dpatch-kernel171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir