Searched refs:smp_aps_index (Results 1 - 3 of 3) sorted by relevance

/seL4-l4v-master/seL4/src/arch/x86/kernel/
H A Dsmp_sys.c17 volatile word_t smp_aps_index = 1; variable
24 for (int i = 0; i < smp_aps_index; i++) {
54 while (smp_aps_index < boot_state.num_cpus) {
55 word_t current_ap_index = smp_aps_index;
67 while (smp_aps_index == current_ap_index);
122 mode_init_tls(smp_aps_index);
129 smp_aps_index++;
/seL4-l4v-master/seL4/src/arch/x86/32/
H A Dhead.S121 movl smp_aps_index, %ecx
/seL4-l4v-master/seL4/src/arch/x86/64/
H A Dhead.S412 movq smp_aps_index, %rcx

Completed in 37 milliseconds