Home
last modified time | relevance | path

Searched defs:Rt (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/arm64/net/
Dbpf_jit.h34 #define A64_COMP_BRANCH(sf, Rt, offset, type) \ argument
37 #define A64_CBZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, ZERO) argument
38 #define A64_CBNZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, NONZERO) argument
62 #define A64_LS_REG(Rt, Rn, Rm, size, type) \ argument
76 #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.1.27/arch/arm64/kvm/
Dsys_regs.h31 u8 Rt; member
/linux-4.1.27/drivers/input/touchscreen/
Dad7879.c135 int Rt; member
156 unsigned Rt; in ad7879_report() local
Dad7877.c334 unsigned Rt; in ad7877_process_data() local
Dads7846.c750 unsigned int Rt; in ads7846_report_state() local