Home
last modified time | relevance | path

Searched refs:restart_source (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/s390/kernel/
Dsetup.c359 lc->restart_source = -1UL; in setup_lowcore()
365 mem_assign_absolute(S390_lowcore.restart_source, lc->restart_source); in setup_lowcore()
Dsmp.c275 lc->restart_source = -1UL; in pcpu_start_fn()
297 mem_assign_absolute(lc->restart_source, source_cpu); in pcpu_delegate()
775 S390_lowcore.restart_source = -1UL; in smp_start_secondary()
Dasm-offsets.c152 DEFINE(__LC_RESTART_SOURCE, offsetof(struct _lowcore, restart_source)); in main()
/linux-4.1.27/arch/s390/include/asm/
Dlowcore.h130 __u64 restart_source; /* 0x0350 */ member