Lines Matching defs:tmp
261 .macro get_host_ctxt reg, tmp
262 adr_this_cpu \reg, kvm_host_data, \tmp
276 .macro set_loaded_vcpu vcpu, ctxt, tmp
277 adr_this_cpu \ctxt, kvm_hyp_ctxt, \tmp
325 .macro save_sp_el0 ctxt, tmp
326 mrs \tmp, sp_el0
327 str \tmp, [\ctxt, #CPU_SP_EL0_OFFSET]
330 .macro restore_sp_el0 ctxt, tmp
331 ldr \tmp, [\ctxt, #CPU_SP_EL0_OFFSET]
332 msr sp_el0, \tmp