Searched defs:Rt2 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/arm64/net/ |
D | bpf_jit.h | 90 #define A64_LS_PAIR(Rt, Rt2, Rn, offset, ls, type) \ argument 95 #define A64_PUSH(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, -16, STORE, PRE_INDEX) argument 97 #define A64_POP(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, 16, LOAD, POST_INDEX) argument
|
/linux-6.1.9/arch/arm64/kvm/ |
D | sys_regs.c | 2240 int Rt2 = (esr >> 10) & 0x1f; in kvm_handle_cp_64() local
|