Home
last modified time | relevance | path

Searched refs:temp_bsp_pcpu (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dpcpu_aux.h48 extern struct pcpu temp_bsp_pcpu;
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c221 struct pcpu temp_bsp_pcpu; variable
1683 pc = &temp_bsp_pcpu; in hammer_time()
1685 gdt = &temp_bsp_pcpu.pc_gdt[0]; in hammer_time()
H A Dpmap.c1888 memcpy(__pcpu[0].pc_gdt, temp_bsp_pcpu.pc_gdt, NGDT * in pmap_bootstrap()
1898 __pcpu[0].pc_dynamic = temp_bsp_pcpu.pc_dynamic; in pmap_bootstrap()
1899 __pcpu[0].pc_acpi_id = temp_bsp_pcpu.pc_acpi_id; in pmap_bootstrap()