Réf. : does the linux kernel use k0, k1 regs?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




k0, k1 registers are used in SAVE_ALL and RESTORE_ALL macros mainly, to save all registers on the kernel stack,
once all registered are properly saved, you can use them, and restore them after, that's why kernel interrupt code does not
uise k0,k1, and let them for critical interruption code (save/restore context)


Have a look in include/asm-mips/stackframe.h (grep is your friend)

-- Florian Delizy




zhuzhenhua <zzh.hust@xxxxxxxxx>

Envoyé par : linux-mips-bounce@xxxxxxxxxxxxxx

13/01/2006 03:39
Remis le : 15/01/2006 19:29

       
        Pour :        linux-mips <linux-mips@xxxxxxxxxxxxxx>
        cc :        (ccc : Florian DELIZY/EXT/SAGEM)
        Objet :        does the linux kernel use k0, k1 regs?



i have to handle a NMI interrupt in bootloader(0xBFC00000),
and i want to return to linux after the NMI interrupt,  i think other
regs maybe be useing by linux-kernel, i think the NMI handle only can
use K0, K1.

and i do not find the use of K0, K1 in linux-kernel interrupt or
exception handle
so i think if the NMI interrupt a linux interrupt handle, there is
still no conflict.

i am not sure my thinking is right, anyone can give some hints?

Best regards

zhuzhenhua




[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux