Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/boot/
Dmem_detect.c93 "+Q" (S390_lowcore.program_new_psw), in __diag260()
97 [psw_pgm] "a" (&S390_lowcore.program_new_psw) in __diag260()
141 "=Q" (S390_lowcore.program_new_psw.addr), in tprot()
144 [psw_pgm] "a" (&S390_lowcore.program_new_psw), in tprot()
Dipl_data.c23 psw_t program_new_psw; /* 0x01d0 */ member
81 .program_new_psw = { .mask = PSW_MASK_DISABLED, .addr = __LC_PGM_NEW_PSW, },
Dipl_parm.c53 "+Q" (S390_lowcore.program_new_psw), in __diag308()
57 [psw_pgm] "a" (&S390_lowcore.program_new_psw) in __diag308()
/linux-6.1.9/arch/s390/kernel/
Dsetup.c438 lc->program_new_psw.mask = int_psw_mask | PSW_MASK_MCHECK; in setup_lowcore_dat_off()
439 lc->program_new_psw.addr = (unsigned long) pgm_check_handler; in setup_lowcore_dat_off()
514 S390_lowcore.program_new_psw.mask |= PSW_MASK_DAT; in setup_lowcore_dat_on()
523 abs_lc->program_new_psw = S390_lowcore.program_new_psw; in setup_lowcore_dat_on()
Dearly.c166 S390_lowcore.program_new_psw = psw; in setup_lowcore_early()
Dasm-offsets.c108 OFFSET(__LC_PGM_NEW_PSW, lowcore, program_new_psw); in main()
/linux-6.1.9/arch/s390/include/asm/
Dlowcore.h90 psw_t program_new_psw; /* 0x01d0 */ member