Searched refs:rsp0 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/x86/x86/
H A Dsvs.c112 * RSP (it does not use the TSS.rsp0 mechanism described below).
117 * two user LWPs, the kernel updates TSS.rsp0 (which is per-cpu) to point to
120 * interrupt. There, the CPU will automatically read TSS.rsp0 and use it as a
124 * TSS.rsp0 is used by the CPU only during ring3->ring0 transitions. Therefore,
126 * read TSS.rsp0. Instead, it just uses the current stack.
131 * has a two-page rsp0 entry (pcpuarea->ent[cid].rsp0). These two pages do
162 * | | pcpuarea->ent[cid].rsp0 (page 0) | | |
164 * | | pcpuarea->ent[cid].rsp0 (page 1) | ----+
168 * After svs_lwp_switch() gets called, we set pcpuarea->ent[cid].rsp0 (pag
322 vaddr_t rsp0; member in struct:svs_utls
419 vaddr_t va, rsp0; local
649 uintptr_t rsp0; local
[all...]
/netbsd-current/sys/arch/x86/include/
H A Dpmap_private.h124 uint8_t rsp0[2 * PAGE_SIZE]; member in struct:pcpu_entry

Completed in 81 milliseconds