Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Duprobes.c28 if (psw_bits(regs->psw).eaba == PSW_AMODE_24BIT) in arch_uprobe_pre_xol()
30 if (!is_compat_task() && psw_bits(regs->psw).eaba == PSW_AMODE_31BIT) in arch_uprobe_pre_xol()
33 auprobe->saved_per = psw_bits(regs->psw).r; in arch_uprobe_pre_xol()
82 psw_bits(regs->psw).r = auprobe->saved_per; in arch_uprobe_post_xol()
210 psw_bits((regs)->psw).cc = 1; \
212 psw_bits((regs)->psw).cc = 2; \
214 psw_bits((regs)->psw).cc = 0; \
373 if ((psw_bits(regs->psw).eaba == PSW_AMODE_24BIT) || in arch_uprobe_skip_sstep()
374 ((psw_bits(regs->psw).eaba == PSW_AMODE_31BIT) && in arch_uprobe_skip_sstep()
/linux-4.4.14/arch/s390/include/asm/
Dptrace.h26 struct psw_bits { struct
61 #define psw_bits(__psw) (*({ \ argument
63 &(*(struct psw_bits *)(&(__psw))); \
/linux-4.4.14/arch/s390/kvm/
Dgaccess.c474 tec_bits->as = psw_bits(*psw).as; in get_vcpu_asce()
476 if (!psw_bits(*psw).t) { in get_vcpu_asce()
482 switch (psw_bits(vcpu->arch.sie_block->gpsw).as) { in get_vcpu_asce()
708 if (psw_bits(*psw).t && asce.p) in low_address_protection_enabled()
732 if (psw_bits(*psw).t) { in guest_page_range()
776 need_ipte_lock = psw_bits(*psw).t && !asce.r; in access_guest()
849 if (psw_bits(*psw).t && !asce.r) { /* Use DAT? */ in guest_translate_address()
910 tec_bits->as = psw_bits(*psw).as; in kvm_s390_check_low_addr_prot_real()
Dgaccess.h60 if (psw_bits(*psw).eaba == PSW_AMODE_64BIT) in kvm_s390_logical_to_effective()
62 if (psw_bits(*psw).eaba == PSW_AMODE_31BIT) in kvm_s390_logical_to_effective()
Dpriv.c184 if (psw_bits(vcpu->arch.sie_block->gpsw).p) in handle_ipte_interlock()
694 psw_bits(vcpu->arch.sie_block->gpsw).eaba == PSW_AMODE_24BIT) in handle_pfmf()
Dguestdbg.c498 new_as = psw_bits(vcpu->arch.sie_block->gpsw).as; in kvm_s390_handle_per_event()