Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dkvm_host.h717 unsigned long gasce);
719 static inline int sie64a(struct kvm_s390_sie_block *sie_block, u64 *rsa, unsigned long gasce) in sie64a() argument
721 return __sie64a(virt_to_phys(sie_block), sie_block, rsa, gasce); in sie64a()
730 u64 *gprs, unsigned long gasce);
/linux/arch/s390/kvm/
H A Dkvm-s390.c4661 u64 *gprs, unsigned long gasce) in kvm_s390_enter_exit_sie() argument
4672 ret = sie64a(scb, gprs, gasce); in kvm_s390_enter_exit_sie()