OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_pae
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/x86/include/
cpu.h
457
extern int
use_pae
;
/src/sys/arch/i386/i386/
machdep.c
216
int
use_pae
;
variable
1219
use_pae
= 1;
1221
use_pae
= 0;
dumpsys.c
623
if (
use_pae
== 1)
/src/usr.sbin/cpuctl/arch/
i386.c
165
static int
use_pae
, largepagesize;
variable
2091
sz = sizeof(
use_pae
);
2092
(void)sysctlbyname("machdep.pae", &
use_pae
, &sz, NULL, 0);
2093
largepagesize = (
use_pae
? 2 * 1024 * 1024 : 4 * 1024 * 1024);
/src/sys/arch/amd64/amd64/
machdep.c
247
int
use_pae
;
variable
1774
use_pae
= 1; /* PAE always enabled in long mode */
/src/sys/arch/x86/x86/
x86_machdep.c
1501
NULL, 0, &
use_pae
, 0,
Completed in 24 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026