Home
last modified time | relevance | path

Searched defs:Rt2 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm64/net/
Dbpf_jit.h76 #define A64_LS_PAIR(Rt, Rt2, Rn, offset, ls, type) \ argument
81 #define A64_PUSH(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, -16, STORE, PRE_INDEX) argument
83 #define A64_POP(Rt, Rt2, Rn) A64_LS_PAIR(Rt, Rt2, Rn, 16, LOAD, POST_INDEX) argument
/linux-4.4.14/arch/arm/kvm/
Dcoproc.h28 unsigned long Rt2; member
/linux-4.4.14/arch/arm64/kvm/
Dsys_regs.c1058 int Rt2 = (hsr >> 10) & 0xf; in kvm_handle_cp_64() local