Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dsetup.c457 lc->restart_source = -1U; in setup_lowcore()
472 abs_lc->restart_source = lc->restart_source; in setup_lowcore()
H A Dsmp.c309 lc->restart_source = -1U; in pcpu_start_fn()
345 lc->restart_source = source_cpu; in pcpu_delegate()
351 abs_lc->restart_source = source_cpu; in pcpu_delegate()
897 S390_lowcore.restart_source = -1U; in smp_start_secondary()
H A Dasm-offsets.c135 OFFSET(__LC_RESTART_SOURCE, lowcore, restart_source); in main()
/openbmc/linux/arch/s390/include/asm/
H A Dlowcore.h138 __u32 restart_source; /* 0x0380 */ member