Searched refs:__pv_stub (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | memory.h | 212 #define __pv_stub(from,to,instr) \ macro 213 __asm__("@ __pv_stub\n" \ 237 #define __pv_stub(from,to,instr) \ macro 238 __asm__("@ __pv_stub\n" \ 268 __pv_stub(x, t, "add"); in __virt_to_phys_nodebug() 285 __pv_stub((unsigned long) x, t, "sub"); in __phys_to_virt()
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | memory.h | 202 #define __pv_stub(from,to,instr) \ macro 203 __asm__("@ __pv_stub\n" \ 227 #define __pv_stub(from,to,instr) \ macro 228 __asm__("@ __pv_stub\n" \ 258 __pv_stub(x, t, "add"); in __virt_to_phys_nodebug() 275 __pv_stub((unsigned long) x, t, "sub"); in __phys_to_virt()
|
Completed in 2 milliseconds