Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/kvm/hyp/
Dexception.c281 __vcpu_write_spsr_abt(vcpu, host_spsr_to_spsr32(spsr)); in enter_exception32()
286 __vcpu_write_spsr_und(vcpu, host_spsr_to_spsr32(spsr)); in enter_exception32()
/Linux-v5.15/arch/arm64/include/asm/
Dkvm_emulate.h199 static inline unsigned long host_spsr_to_spsr32(unsigned long spsr) in host_spsr_to_spsr32() function