Home
last modified time | relevance | path

Searched refs:program_new_psw (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/arch/s390/boot/
Dmem_detect.c73 psw_t old = S390_lowcore.program_new_psw; in __diag260()
86 [psw_pgm] "=Q" (S390_lowcore.program_new_psw), in __diag260()
90 S390_lowcore.program_new_psw = old; in __diag260()
117 psw_t old = S390_lowcore.program_new_psw; in tprot()
119 S390_lowcore.program_new_psw.mask = __extract_psw(); in tprot()
128 [psw_pgm_addr] "=Q"(S390_lowcore.program_new_psw.addr), in tprot()
132 S390_lowcore.program_new_psw = old; in tprot()
Dipl_parm.c30 psw_t old = S390_lowcore.program_new_psw; in __diag308()
41 [psw_pgm] "=Q" (S390_lowcore.program_new_psw), in __diag308()
45 S390_lowcore.program_new_psw = old; in __diag308()
/Linux-v5.4/arch/s390/kernel/
Dsuspend.c220 S390_lowcore.program_new_psw.mask &= ~PSW_MASK_MCHECK; in save_processor_state()
228 S390_lowcore.program_new_psw.mask |= PSW_MASK_MCHECK; in restore_processor_state()
Dsetup.c400 lc->program_new_psw.mask = PSW_KERNEL_BITS | PSW_MASK_MCHECK; in setup_lowcore_dat_off()
401 lc->program_new_psw.addr = (unsigned long) pgm_check_handler; in setup_lowcore_dat_off()
470 S390_lowcore.program_new_psw.mask |= PSW_MASK_DAT; in setup_lowcore_dat_on()
Dearly.c175 S390_lowcore.program_new_psw = psw; in setup_lowcore_early()
Dasm-offsets.c137 OFFSET(__LC_PGM_NEW_PSW, lowcore, program_new_psw); in main()
/Linux-v5.4/arch/s390/include/asm/
Dlowcore.h67 psw_t program_new_psw; /* 0x01d0 */ member