Searched refs:CRm (Results 1 - 8 of 8) sorted by relevance

/arch/arm64/kvm/
H A Dsys_regs.c108 switch (p->CRm) {
264 { Op0(0b10), Op1(0b000), CRn(0b0000), CRm((n)), Op2(0b100), \
267 { Op0(0b10), Op1(0b000), CRn(0b0000), CRm((n)), Op2(0b101), \
270 { Op0(0b10), Op1(0b000), CRn(0b0000), CRm((n)), Op2(0b110), \
273 { Op0(0b10), Op1(0b000), CRn(0b0000), CRm((n)), Op2(0b111), \
278 * Important: Must be sorted ascending by Op0, Op1, CRn, CRm, Op2
297 { Op0(0b01), Op1(0b000), CRn(0b0111), CRm(0b0110), Op2(0b010),
300 { Op0(0b01), Op1(0b000), CRn(0b0111), CRm(0b1010), Op2(0b010),
303 { Op0(0b01), Op1(0b000), CRn(0b0111), CRm(0b1110), Op2(0b010),
309 { Op0(0b10), Op1(0b000), CRn(0b0000), CRm(
[all...]
H A Dsys_regs.h29 u8 CRm; member in struct:sys_reg_params
42 u8 CRm; member in struct:sys_reg_desc
63 kvm_pr_unimpl(" { Op0(%2u), Op1(%2u), CRn(%2u), CRm(%2u), Op2(%2u), func_%s },\n",
64 p->Op0, p->Op1, p->CRn, p->CRm, p->Op2, p->is_write ? "write" : "read");
128 if (i1->CRm != i2->CRm)
129 return i1->CRm - i2->CRm;
137 #define CRm(_x) .CRm macro
[all...]
H A Dsys_regs_generic_v8.c54 * Important: Must be sorted ascending by Op0, Op1, CRn, CRm, Op2
58 { Op0(0b11), Op1(0b000), CRn(0b0001), CRm(0b0000), Op2(0b001),
64 { Op1(0b000), CRn(0b0001), CRm(0b0000), Op2(0b001),
/arch/arm/kvm/
H A Dcoproc.h24 unsigned long CRm; member in struct:coproc_params
36 unsigned long CRm; member in struct:coproc_reg
64 kvm_pr_unimpl(" { CRn(%2lu), CRm(%2lu), Op1(%2lu), Op2(%2lu), is32,"
66 p->CRn, p->CRm, p->Op1, p->Op2,
138 if (i1->CRm != i2->CRm)
139 return i1->CRm - i2->CRm;
149 #define CRm(_x) .CRm macro
[all...]
H A Dcoproc.c216 switch (p->CRm) {
305 * CRn denotes the primary register number, but is copied to the CRm in the
313 { CRn( 0), CRm( 0), Op1( 0), Op2( 5), is32,
317 { CRn( 0), CRm( 0), Op1( 2), Op2( 0), is32,
321 { CRn( 1), CRm( 0), Op1( 0), Op2( 1), is32,
325 { CRn( 1), CRm( 0), Op1( 0), Op2( 2), is32,
330 { CRn(2), CRm( 0), Op1( 0), Op2( 0), is32,
332 { CRn(2), CRm( 0), Op1( 0), Op2( 1), is32,
334 { CRn( 2), CRm( 0), Op1( 0), Op2( 2), is32,
340 { CRn( 3), CRm(
[all...]
H A Dcoproc_a15.c28 * CRn denotes the primary register number, but is copied to the CRm in the
36 { CRn( 1), CRm( 0), Op1( 0), Op2( 0), is32,
H A Dcoproc_a7.c31 * CRn denotes the primary register number, but is copied to the CRm in the
39 { CRn( 1), CRm( 0), Op1( 0), Op2( 0), is32,
H A Dtrace.h116 unsigned long CRm, unsigned long Op2, bool is_write),
117 TP_ARGS(Op1, Rt1, CRn, CRm, Op2, is_write),
123 __field( unsigned int, CRm )
133 __entry->CRm = CRm;
140 __entry->CRm, __entry->Op2)

Completed in 335 milliseconds