Searched defs:Rt2 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/arm/kvm/ |
D | coproc.h | 16 unsigned long Rt2; member
|
/Linux-v5.4/arch/arm64/net/ |
D | bpf_jit.h | 70 #define A64_LS_PAIR(Rt, Rt2, Rn, offset, ls, type) \ argument 75 #define A64_PUSH(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, -16, STORE, PRE_INDEX) argument 77 #define A64_POP(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, 16, LOAD, POST_INDEX) argument
|
/Linux-v5.4/arch/arm64/kvm/ |
D | sys_regs.c | 2121 int Rt2 = (hsr >> 10) & 0x1f; in kvm_handle_cp_64() local
|