Lines Matching refs:psw
558 struct psw_bits psw = psw_bits(vcpu->arch.sie_block->gpsw); in get_vcpu_asce() local
560 if (!psw.dat) { in get_vcpu_asce()
566 if ((mode == GACC_IFETCH) && (psw.as != PSW_BITS_AS_HOME)) in get_vcpu_asce()
567 psw.as = PSW_BITS_AS_PRIMARY; in get_vcpu_asce()
569 switch (psw.as) { in get_vcpu_asce()
788 psw_t *psw = &vcpu->arch.sie_block->gpsw; in low_address_protection_enabled() local
792 if (psw_bits(*psw).dat && asce.p) in low_address_protection_enabled()
801 psw_t *psw = &vcpu->arch.sie_block->gpsw; in guest_page_range() local
812 if (psw_bits(*psw).dat) { in guest_page_range()
833 psw_t *psw = &vcpu->arch.sie_block->gpsw; in access_guest() local
853 need_ipte_lock = psw_bits(*psw).dat && !asce.r; in access_guest()
907 psw_t *psw = &vcpu->arch.sie_block->gpsw; in guest_translate_address() local
922 if (psw_bits(*psw).dat && !asce.r) { /* Use DAT? */ in guest_translate_address()