Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/boot/
Dphysmem_info.c84 "+Q" (get_lowcore()->program_new_psw), in __diag260()
88 [psw_pgm] "a" (&get_lowcore()->program_new_psw) in __diag260()
132 "=Q" (get_lowcore()->program_new_psw.addr), in tprot()
135 [psw_pgm] "a" (&get_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.c55 "+Q" (get_lowcore()->program_new_psw), in __diag308()
59 [psw_pgm] "a" (&get_lowcore()->program_new_psw) in __diag308()
Dstartup.c79 "+Q" (get_lowcore()->program_new_psw), in cmma_test_essa()
82 [psw_pgm] "a" (&get_lowcore()->program_new_psw), in cmma_test_essa()
/linux-6.12.1/arch/s390/kernel/
Dsetup.c415 lc->program_new_psw.mask = PSW_KERNEL_BITS; in setup_lowcore()
416 lc->program_new_psw.addr = (unsigned long) pgm_check_handler; in setup_lowcore()
469 abs_lc->program_new_psw = lc->program_new_psw; in setup_lowcore()
Dearly.c214 lc->program_new_psw = psw; in setup_lowcore_early()
Dtraps.c304 psw_bits(lc->program_new_psw).mcheck = 1; in trap_init()
Dasm-offsets.c111 OFFSET(__LC_PGM_NEW_PSW, lowcore, program_new_psw); in main()
/linux-6.12.1/arch/s390/include/asm/
Dlowcore.h96 psw_t program_new_psw; /* 0x01d0 */ member