Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/boot/
Dmem_detect.c87 "+Q" (S390_lowcore.program_new_psw), in __diag260()
92 [psw_pgm] "a" (&S390_lowcore.program_new_psw) in __diag260()
136 "=Q" (S390_lowcore.program_new_psw.addr), in tprot()
139 [psw_pgm] "a" (&S390_lowcore.program_new_psw), in tprot()
Dipl_parm.c43 "+Q" (S390_lowcore.program_new_psw), in __diag308()
48 [psw_pgm] "a" (&S390_lowcore.program_new_psw) in __diag308()
/kernel/linux/linux-5.10/arch/s390/kernel/
Dsetup.c396 lc->program_new_psw.mask = int_psw_mask | PSW_MASK_MCHECK; in setup_lowcore_dat_off()
397 lc->program_new_psw.addr = (unsigned long) pgm_check_handler; in setup_lowcore_dat_off()
468 S390_lowcore.program_new_psw.mask |= PSW_MASK_DAT; in setup_lowcore_dat_on()
Dearly.c178 S390_lowcore.program_new_psw = psw; in setup_lowcore_early()
Dasm-offsets.c110 OFFSET(__LC_PGM_NEW_PSW, lowcore, program_new_psw); in main()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dlowcore.h67 psw_t program_new_psw; /* 0x01d0 */ member