Searched refs:sw_usp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | entry.h | 61 .globl sw_usp 68 movel %sp,sw_usp /* save user sp */ 69 addql #8,sw_usp /* remove exception */ 77 movel sw_usp,%a0 /* get usp */ variable 98 movel sw_usp,%a0 /* get usp */ variable 108 subql #8,sw_usp /* set exception */ 109 movel sw_usp,%sp /* restore usp */ variable 114 movel sw_usp,%a3 118 movel %a3,sw_usp
|
H A D | processor.h | 19 extern unsigned int sw_usp; in rdusp() 20 return sw_usp; in rdusp() 32 extern unsigned int sw_usp; in wrusp() 33 sw_usp = usp; in wrusp()
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | entry.h | 61 .globl sw_usp 68 movel %sp,sw_usp /* save user sp */ 69 addql #8,sw_usp /* remove exception */ 77 movel sw_usp,%a0 /* get usp */ variable 98 movel sw_usp,%a0 /* get usp */ variable 108 subql #8,sw_usp /* set exception */ 109 movel sw_usp,%sp /* restore usp */ variable 114 movel sw_usp,%a3 118 movel %a3,sw_usp
|
H A D | processor.h | 18 extern unsigned int sw_usp; in rdusp() 19 return sw_usp; in rdusp() 31 extern unsigned int sw_usp; in wrusp() 32 sw_usp = usp; in wrusp()
|
/kernel/linux/linux-5.10/arch/m68k/coldfire/ |
H A D | entry.S | 45 sw_usp: label
|
/kernel/linux/linux-6.6/arch/m68k/coldfire/ |
H A D | entry.S | 44 sw_usp: label
|
Completed in 3 milliseconds