Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_rmhandlers.S39 #define RFI_TO_KERNEL RFI
40 #define RFI_TO_GUEST RFI
/kernel/linux/linux-5.10/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.S1113 RFI // B
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dhead_book3s_32.S210 RFI /* enables MMU */
767 RFI
773 RFI
908 RFI
1036 RFI
1060 RFI
1175 RFI
1194 RFI
1215 RFI
Dentry_32.S237 RFI /* jump to handler, enable MMU */
266 RFI
324 RFI
476 RFI
606 RFI
809 RFI
1033 RFI
1362 RFI
1377 RFI /* return to caller */
Dhead_64.S832 RFI
969 RFI
Dhead_32.h232 RFI /* jump to handler, enable MMU */
Dhead_booke.h179 RFI /* jump to handler, enable MMU */
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dsstep.h46 RFI, enumerator
Dppc_asm.h498 #define RFI rfid
503 #define RFI rfi
505 #define RFI rfi; b . /* Prevent prefetch past rfi */
/kernel/linux/linux-5.10/arch/ia64/include/asm/native/
Dinst.h118 #define RFI \ macro
/kernel/linux/linux-5.10/Documentation/parisc/
Ddebugging.rst42 that clears the Q bit and the RFI that sets it again you don't know
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/asm/
Dppc_asm.h498 #define RFI rfid
503 #define RFI rfi
505 #define RFI rfi; b . /* Prevent prefetch past rfi */
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dsstep.c1289 op->type = RFI; in analyse_instr()
3484 case RFI: in emulate_step()