Home
last modified time | relevance | path

Searched refs:RFI (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_rmhandlers.S50 #define RFI_TO_KERNEL RFI
51 #define RFI_TO_GUEST RFI
/Linux-v4.19/arch/ia64/kernel/
Divt.S246 RFI
290 RFI
334 RFI
372 RFI
427 RFI
587 RFI
653 RFI
706 RFI
1211 RFI
1252 RFI
Dentry.S1119 RFI // B
/Linux-v4.19/arch/powerpc/kernel/
Dentry_32.S226 RFI
273 RFI /* jump to handler, enable MMU */
313 RFI
458 RFI
758 RFI
1010 RFI
1341 RFI
1350 RFI /* return to caller */
Dhead_32.S214 RFI /* enables MMU */
874 RFI
979 RFI
1004 RFI
1121 RFI
Dhead_64.S838 RFI
979 RFI
/Linux-v4.19/arch/powerpc/include/asm/
Dsstep.h48 RFI, enumerator
Dppc_asm.h506 #define RFI rfid macro
511 #define RFI rfi macro
513 #define RFI rfi; b . /* Prevent prefetch past rfi */ macro
/Linux-v4.19/arch/ia64/include/asm/native/
Dinst.h132 #define RFI \ macro
/Linux-v4.19/Documentation/parisc/
Ddebugging35 that clears the Q bit and the RFI that sets it again you don't know
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/asm/
Dppc_asm.h506 #define RFI rfid macro
511 #define RFI rfi macro
513 #define RFI rfi; b . /* Prevent prefetch past rfi */ macro
/Linux-v4.19/arch/powerpc/lib/
Dsstep.c1238 op->type = RFI; in analyse_instr()
3090 case RFI: in emulate_step()