OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:efirt_pmap
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/aarch64/aarch64/
pmap.c
205
static struct pmap
efirt_pmap
__cacheline_aligned;
210
return &
efirt_pmap
;
402
memset(&
efirt_pmap
, 0, sizeof(
efirt_pmap
));
403
struct pmap * const efipm = &
efirt_pmap
;
1395
struct pmap *pm = &
efirt_pmap
;
1459
struct pmap * const pm = &
efirt_pmap
;
/src/sys/uvm/pmap/
pmap.c
243
static struct pmap
efirt_pmap
;
variable in typeref:struct:pmap
248
return &
efirt_pmap
;
/src/sys/arch/arm/arm32/
pmap.c
250
static struct pmap
efirt_pmap
;
variable in typeref:struct:pmap
255
return &
efirt_pmap
;
4989
struct pmap * const pm = &
efirt_pmap
;
6367
memset(&
efirt_pmap
, 0, sizeof(
efirt_pmap
));
6368
struct pmap * const efipm = &
efirt_pmap
;
Completed in 21 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025