Searched refs:psw_bits (Results 1 – 10 of 10) sorted by relevance
31 if (psw_bits(regs->psw).eaba == PSW_BITS_AMODE_24BIT) in arch_uprobe_pre_xol()33 if (!is_compat_task() && psw_bits(regs->psw).eaba == PSW_BITS_AMODE_31BIT) in arch_uprobe_pre_xol()36 auprobe->saved_per = psw_bits(regs->psw).per; in arch_uprobe_pre_xol()85 psw_bits(regs->psw).per = auprobe->saved_per; in arch_uprobe_post_xol()217 psw_bits((regs)->psw).cc = 1; \219 psw_bits((regs)->psw).cc = 2; \221 psw_bits((regs)->psw).cc = 0; \376 if ((psw_bits(regs->psw).eaba == PSW_BITS_AMODE_24BIT) || in arch_uprobe_skip_sstep()377 ((psw_bits(regs->psw).eaba == PSW_BITS_AMODE_31BIT) && in arch_uprobe_skip_sstep()
139 psw_bits(S390_lowcore.mcck_new_psw).io = 0; in s390_handle_damage()140 psw_bits(S390_lowcore.mcck_new_psw).ext = 0; in s390_handle_damage()141 psw_bits(S390_lowcore.mcck_new_psw).wait = 1; in s390_handle_damage()
156 struct psw_bits *psw = &psw_bits(regs->psw); in show_registers()
1132 psw_bits(regs.psw).ia = basic->ia; in perf_push_sample()1133 psw_bits(regs.psw).dat = basic->T; in perf_push_sample()1134 psw_bits(regs.psw).wait = basic->W; in perf_push_sample()1135 psw_bits(regs.psw).pstate = basic->P; in perf_push_sample()1136 psw_bits(regs.psw).as = basic->AS; in perf_push_sample()
66 if (psw_bits(*psw).eaba == PSW_BITS_AMODE_64BIT) in _kvm_s390_logical_to_effective()68 if (psw_bits(*psw).eaba == PSW_BITS_AMODE_31BIT) in _kvm_s390_logical_to_effective()281 u8 access_key = psw_bits(vcpu->arch.sie_block->gpsw).key; in write_guest()325 u8 access_key = psw_bits(vcpu->arch.sie_block->gpsw).key; in read_guest()348 u8 access_key = psw_bits(vcpu->arch.sie_block->gpsw).key; in read_guest_instr()
548 tec->as = psw_bits(vcpu->arch.sie_block->gpsw).as; in trans_exc_ending()576 struct psw_bits psw = psw_bits(vcpu->arch.sie_block->gpsw); in get_vcpu_asce()810 if (psw_bits(*psw).dat && asce.p) in low_address_protection_enabled()855 override = override && !(psw_bits(*psw).dat && asce.p); in fetch_prot_override_applicable()971 if (psw_bits(*psw).dat) { in guest_range_to_gpas()1095 need_ipte_lock = psw_bits(*psw).dat && !asce.r; in access_guest_with_key()
429 if (psw_bits(vcpu->arch.sie_block->gpsw).eaba == PSW_BITS_AMODE_64BIT) in handle_sske()442 if (psw_bits(vcpu->arch.sie_block->gpsw).pstate) in handle_ipte_interlock()1093 psw_bits(vcpu->arch.sie_block->gpsw).eaba == PSW_BITS_AMODE_24BIT) in handle_pfmf()1139 if (psw_bits(vcpu->arch.sie_block->gpsw).eaba == PSW_BITS_AMODE_64BIT) { in handle_pfmf()
606 new_as = psw_bits(vcpu->arch.sie_block->gpsw).as; in kvm_s390_handle_per_event()
60 struct psw_bits { struct95 #define psw_bits(__psw) (*({ \ argument97 &(*(struct psw_bits *)(&(__psw))); \
149 struct psw_bits *psw = &psw_bits(S390_lowcore.psw_save_area); in print_pgm_check_info()