OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pv_pte
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/x86/include/
pmap_pv.h
46
*
pv_pte
: describe a pte
49
struct
pv_pte
{
struct
55
* pv_entry: plug
pv_pte
into lists. 32 bytes on i386, 64 on amd64.
59
struct
pv_pte
pve_pte; /* should be the first member */
80
struct
pv_pte
pte;
/src/sys/arch/alpha/include/
pmap.h
182
pt_entry_t *
pv_pte
; /* PTE that maps the VA */
member in struct:pv_entry
/src/sys/arch/alpha/alpha/
pmap.c
1922
pmap_pv_remove(pmap, PHYS_TO_VM_PAGE(pmap_pte_pa(pv->
pv_pte
)),
1977
opte = atomic_load_relaxed(pv->
pv_pte
);
1979
atomic_store_relaxed(pv->
pv_pte
,
2010
pte_bits = pmap_remove_mapping(pmap, va, pv->
pv_pte
,
3072
pte = pv->
pv_pte
;
3300
newpv->
pv_pte
= pte;
/src/sys/arch/x86/x86/
pmap.c
588
static inline struct
pv_pte
*
599
pvpte_to_pve(struct
pv_pte
*pvpte)
621
static inline struct
pv_pte
*
632
static inline struct
pv_pte
*
633
pv_pte_next(struct pmap_page *pp, struct
pv_pte
*pvpte)
2181
struct
pv_pte
*pvpte;
4389
pmap_sync_pv(struct
pv_pte
*pvpte, paddr_t pa, int clearbits, uint8_t *oattrs,
4498
struct
pv_pte
*pvpte;
4660
struct
pv_pte
*pvpte;
4709
struct
pv_pte
*pvpte
[
all
...]
Completed in 41 milliseconds
Indexes created Mon Oct 20 01:09:56 GMT 2025