OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x86_tmp_pml_paddr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x86/x86/
pmap.c
5971
static const paddr_t
x86_tmp_pml_paddr
[] = {
local in function:pmap_init_tmp_pgtbl
5992
x86_tmp_pml_paddr
[level],
6019
tmp_pml[508] =
x86_tmp_pml_paddr
[PTP_LEVELS - 1] | PTE_P;
6029
(
x86_tmp_pml_paddr
[level - 1] & PTE_FRAME) | PTE_W | PTE_P;
6037
return
x86_tmp_pml_paddr
[PTP_LEVELS - 1] + 508 * sizeof(pd_entry_t);
6040
return
x86_tmp_pml_paddr
[PTP_LEVELS - 1];
Completed in 17 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025