OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mdpg_attrs
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/or1k/include/
pmap.h
55
uint32_t
mdpg_attrs
;
member in struct:vm_page_md
64
(pg)->mdpage.
mdpg_attrs
= 0; \
/src/sys/uvm/pmap/
vmpagemd.h
79
#define VM_PAGEMD_VMPAGE_P(mdpg) (((mdpg)->
mdpg_attrs
& VM_PAGEMD_VMPAGE) != 0)
80
#define VM_PAGEMD_REFERENCED_P(mdpg) (((mdpg)->
mdpg_attrs
& VM_PAGEMD_REFERENCED) != 0)
81
#define VM_PAGEMD_MODIFIED_P(mdpg) (((mdpg)->
mdpg_attrs
& VM_PAGEMD_MODIFIED) != 0)
82
#define VM_PAGEMD_POOLPAGE_P(mdpg) (((mdpg)->
mdpg_attrs
& VM_PAGEMD_POOLPAGE) != 0)
83
#define VM_PAGEMD_EXECPAGE_P(mdpg) (((mdpg)->
mdpg_attrs
& VM_PAGEMD_EXECPAGE) != 0)
85
#define VM_PAGEMD_CACHED_P(mdpg) (((mdpg)->
mdpg_attrs
& VM_PAGEMD_UNCACHED) == 0)
86
#define VM_PAGEMD_UNCACHED_P(mdpg) (((mdpg)->
mdpg_attrs
& VM_PAGEMD_UNCACHED) != 0)
92
volatile unsigned long
mdpg_attrs
; /* page attributes */
member in struct:vm_page_md
110
#define VM_PAGEMD_PVLIST_GEN(mdpg) ((mdpg)->
mdpg_attrs
>> 16)
131
mdpg->
mdpg_attrs
+= increment << 16
[
all
...]
/src/sys/arch/powerpc/include/oea/
pmap.h
277
#define
mdpg_attrs
mdpg_pp.pp_attrs
macro
285
(pg)->mdpage.
mdpg_attrs
= 0; \
Completed in 12 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025