Home
last modified time | relevance | path

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

/linux-6.14.4/arch/s390/kernel/
Dsetup.c445 lc->restart_source = -1U; in setup_lowcore()
460 abs_lc->restart_source = lc->restart_source; in setup_lowcore()
Dsmp.c303 lc->restart_source = -1U; in pcpu_start_fn()
339 lc->restart_source = source_cpu; in pcpu_delegate()
345 abs_lc->restart_source = source_cpu; in pcpu_delegate()
838 lc->restart_source = -1U; in smp_start_secondary()
Dasm-offsets.c134 OFFSET(__LC_RESTART_SOURCE, lowcore, restart_source); in main()
/linux-6.14.4/arch/s390/include/asm/
Dlowcore.h143 __u32 restart_source; /* 0x0380 */ member