Home
last modified time | relevance | path

Searched refs:psw_bits (Results 1 – 11 of 11) sorted by relevance

/arch/s390/kernel/
A Duprobes.c30 if (psw_bits(regs->psw).eaba == PSW_BITS_AMODE_24BIT) in arch_uprobe_pre_xol()
32 if (!is_compat_task() && psw_bits(regs->psw).eaba == PSW_BITS_AMODE_31BIT) in arch_uprobe_pre_xol()
35 auprobe->saved_per = psw_bits(regs->psw).per; in arch_uprobe_pre_xol()
84 psw_bits(regs->psw).per = auprobe->saved_per; in arch_uprobe_post_xol()
216 psw_bits((regs)->psw).cc = 1; \
218 psw_bits((regs)->psw).cc = 2; \
220 psw_bits((regs)->psw).cc = 0; \
375 if ((psw_bits(regs->psw).eaba == PSW_BITS_AMODE_24BIT) || in arch_uprobe_skip_sstep()
376 ((psw_bits(regs->psw).eaba == PSW_BITS_AMODE_31BIT) && in arch_uprobe_skip_sstep()
A Dtraps.c278 psw_bits(lc->external_new_psw).mcheck = 1; in trap_init()
279 psw_bits(lc->program_new_psw).mcheck = 1; in trap_init()
280 psw_bits(lc->svc_new_psw).mcheck = 1; in trap_init()
281 psw_bits(lc->io_new_psw).mcheck = 1; in trap_init()
A Ddumpstack.c157 struct psw_bits *psw = &psw_bits(regs->psw); in show_registers()
A Dnmi.c205 psw_bits(lc->mcck_new_psw).io = 0; in s390_handle_damage()
206 psw_bits(lc->mcck_new_psw).ext = 0; in s390_handle_damage()
207 psw_bits(lc->mcck_new_psw).wait = 1; in s390_handle_damage()
A Dperf_cpum_sf.c1035 psw_bits(regs.psw).ia = basic->ia; in perf_push_sample()
1036 psw_bits(regs.psw).dat = basic->T; in perf_push_sample()
1037 psw_bits(regs.psw).wait = basic->W; in perf_push_sample()
1038 psw_bits(regs.psw).pstate = basic->P; in perf_push_sample()
1039 psw_bits(regs.psw).as = basic->AS; in perf_push_sample()
/arch/s390/kvm/
A Dgaccess.h66 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()
A Dgaccess.c377 teid->as = psw_bits(vcpu->arch.sie_block->gpsw).as; in trans_exc_ending()
405 struct psw_bits psw = psw_bits(vcpu->arch.sie_block->gpsw); in get_vcpu_asce()
639 if (psw_bits(*psw).dat && asce.p) in low_address_protection_enabled()
684 override = override && !(psw_bits(*psw).dat && asce.p); in fetch_prot_override_applicable()
800 if (psw_bits(*psw).dat) { in guest_range_to_gpas()
926 need_ipte_lock = psw_bits(*psw).dat && !asce.r; in access_guest_with_key()
A Dpriv.c429 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()
1127 psw_bits(vcpu->arch.sie_block->gpsw).eaba == PSW_BITS_AMODE_24BIT) in handle_pfmf()
1173 if (psw_bits(vcpu->arch.sie_block->gpsw).eaba == PSW_BITS_AMODE_64BIT) { in handle_pfmf()
A Dguestdbg.c606 new_as = psw_bits(vcpu->arch.sie_block->gpsw).as; in kvm_s390_handle_per_event()
/arch/s390/include/asm/
A Dptrace.h59 struct psw_bits { struct
94 #define psw_bits(__psw) (*({ \ argument
96 &(*(struct psw_bits *)(&(__psw))); \
/arch/s390/boot/
A Dpgm_check.c60 struct psw_bits *psw = &psw_bits(regs->psw); in do_pgm_check()

Completed in 24 milliseconds