OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pmap_data_gnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x86/x86/
pmap.c
5263
struct
pmap_data_gnt
{
struct
5264
SLIST_ENTRY(
pmap_data_gnt
) pd_gnt_list;
5270
SLIST_HEAD(pmap_data_gnt_head,
pmap_data_gnt
);
5274
static struct
pmap_data_gnt
*
5278
struct
pmap_data_gnt
*pgnt;
5297
struct
pmap_data_gnt
*pgnt;
5332
pmap_free_gnt(struct pmap *pmap, struct
pmap_data_gnt
*pgnt)
5339
SLIST_REMOVE(headp, pgnt,
pmap_data_gnt
, pd_gnt_list);
5358
struct
pmap_data_gnt
*pgnt;
5532
struct
pmap_data_gnt
*pgnt
[
all
...]
pmap.c
5263
struct
pmap_data_gnt
{
struct
5264
SLIST_ENTRY(
pmap_data_gnt
) pd_gnt_list;
5270
SLIST_HEAD(pmap_data_gnt_head,
pmap_data_gnt
);
5274
static struct
pmap_data_gnt
*
5278
struct
pmap_data_gnt
*pgnt;
5297
struct
pmap_data_gnt
*pgnt;
5332
pmap_free_gnt(struct pmap *pmap, struct
pmap_data_gnt
*pgnt)
5339
SLIST_REMOVE(headp, pgnt,
pmap_data_gnt
, pd_gnt_list);
5358
struct
pmap_data_gnt
*pgnt;
5532
struct
pmap_data_gnt
*pgnt
[
all
...]
Completed in 262 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025