OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pv_chunk
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/ia64/ia64/
pmap.c
185
struct
pv_chunk
{
struct
187
TAILQ_ENTRY(
pv_chunk
) pc_list;
189
TAILQ_ENTRY(
pv_chunk
) pc_lru;
272
static TAILQ_HEAD(pch,
pv_chunk
) pv_chunks = TAILQ_HEAD_INITIALIZER(pv_chunks);
292
static void free_pv_chunk(struct
pv_chunk
*pc);
648
CTASSERT(sizeof(struct
pv_chunk
) == PAGE_SIZE);
650
static __inline struct
pv_chunk
*
653
return ((struct
pv_chunk
*)((uintptr_t)pv & ~(uintptr_t)PAGE_MASK));
691
struct
pv_chunk
*pc;
807
struct
pv_chunk
*pc
[
all
...]
pmap.c
185
struct
pv_chunk
{
struct
187
TAILQ_ENTRY(
pv_chunk
) pc_list;
189
TAILQ_ENTRY(
pv_chunk
) pc_lru;
272
static TAILQ_HEAD(pch,
pv_chunk
) pv_chunks = TAILQ_HEAD_INITIALIZER(pv_chunks);
292
static void free_pv_chunk(struct
pv_chunk
*pc);
648
CTASSERT(sizeof(struct
pv_chunk
) == PAGE_SIZE);
650
static __inline struct
pv_chunk
*
653
return ((struct
pv_chunk
*)((uintptr_t)pv & ~(uintptr_t)PAGE_MASK));
691
struct
pv_chunk
*pc;
807
struct
pv_chunk
*pc
[
all
...]
Completed in 199 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025