Searched refs:restart_psw (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dlowcore.h42 psw_t restart_psw; /* 0x0000 */ member in struct:_lowcore
222 psw_t restart_psw; /* 0x01a0 */ member in struct:_lowcore
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsetup.c384 lc->restart_psw.mask = PSW_BASE_BITS | PSW_DEFAULT_KEY;
385 lc->restart_psw.addr =
388 lc->restart_psw.mask |= PSW_ASC_HOME;
H A Dasm-offsets.c99 DEFINE(__LC_RST_NEW_PSW, offsetof(struct _lowcore, restart_psw));
H A Dsmp.c116 lc->restart_psw.mask = PSW_BASE_BITS | PSW_DEFAULT_KEY;
117 lc->restart_psw.addr = PSW_ADDR_AMODE | (unsigned long) smp_restart_cpu;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kvm/
H A Dinterrupt.c220 offsetof(struct _lowcore, restart_psw), sizeof(psw_t));

Completed in 52 milliseconds