OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pmap_clear_attrs
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x86/include/
pmap.h
82
#define pmap_clear_modify(pg)
pmap_clear_attrs
(pg, PP_ATTRS_D)
83
#define pmap_clear_reference(pg)
pmap_clear_attrs
(pg, PP_ATTRS_A)
106
bool
pmap_clear_attrs
(struct vm_page *, unsigned);
139
* => this function is a frontend for pmap_page_remove/
pmap_clear_attrs
149
(void)
pmap_clear_attrs
(pg, PP_ATTRS_W);
/src/sys/rump/librump/rumpkern/arch/x86/
rump_x86_pmap.c
59
pmap_clear_attrs
(struct vm_page *pg, unsigned what)
function in typeref:typename:bool
/src/sys/arch/x86/x86/
pmap.c
4744
*
pmap_clear_attrs
: clear the specified attribute for a page.
4749
pmap_clear_attrs
(struct vm_page *pg, unsigned clearbits)
function in typeref:typename:bool
Completed in 17 milliseconds
Indexes created Sat Oct 11 13:09:53 GMT 2025