OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mdpg_attrs
(Results
1 - 7
of
7
) sorted by relevancy
/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
...]
pmap.c
420
volatile u_long * const attrp = &mdpg->
mdpg_attrs
;
444
atomic_or_ulong(&mdpg->
mdpg_attrs
, set_attributes);
446
mdpg->
mdpg_attrs
|= set_attributes;
/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/arch/powerpc/powerpc/
pmap_subr.c
298
if (md->
mdpg_attrs
& PTE_EXEC) {
302
md->
mdpg_attrs
&= ~PTE_EXEC;
379
if (md->
mdpg_attrs
& PTE_EXEC) {
383
md->
mdpg_attrs
&= ~PTE_EXEC;
/src/sys/arch/powerpc/include/oea/
pmap.h
277
#define
mdpg_attrs
mdpg_pp.pp_attrs
macro
285
(pg)->mdpage.
mdpg_attrs
= 0; \
/src/sys/arch/aarch64/include/
pmap_machdep.h
85
(pp)->pp_md.
mdpg_attrs
= 0; \
/src/sys/arch/powerpc/oea/
pmap.c
703
md->
mdpg_attrs
|= ptebit;
Completed in 20 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025