Searched refs:pt_val (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/page_tables/
H A Dpage_tables.cpp389 pt_entry_t pt_val = *e; local
390 if (!IS_PAGE_PRESENT(pt_val))
394 if (IS_LARGE_PAGE(pt_val)) {
400 volatile pt_entry_t* next_table = get_next_table_from_entry(pt_val);
451 pt_entry_t pt_val = *e; local
453 if (!IS_PAGE_PRESENT(pt_val)) {
459 if (IS_LARGE_PAGE(pt_val)) {
483 pt_val = *e;
487 volatile pt_entry_t* next_table = get_next_table_from_entry(pt_val);
612 pt_entry_t pt_val local
722 pt_entry_t pt_val = *e; local
790 pt_entry_t pt_val = *e; local
[all...]

Completed in 65 milliseconds