Home
last modified time | relevance | path

Searched refs:host_spsr_to_spsr32 (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/arm64/kvm/hyp/
Dexception.c285 __vcpu_write_spsr_abt(vcpu, host_spsr_to_spsr32(spsr)); in enter_exception32()
290 __vcpu_write_spsr_und(vcpu, host_spsr_to_spsr32(spsr)); in enter_exception32()
/linux-6.1.9/arch/arm64/include/asm/
Dkvm_emulate.h206 static inline unsigned long host_spsr_to_spsr32(unsigned long spsr) in host_spsr_to_spsr32() function