Home
last modified time | relevance | path

Searched refs:DUMP_BIT (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/arch/x86/core/
Dx86_mmu.c696 #define DUMP_BIT(bit) do { \ in dump_entry() macro
702 DUMP_BIT(RW); in dump_entry()
703 DUMP_BIT(US); in dump_entry()
704 DUMP_BIT(PWT); in dump_entry()
705 DUMP_BIT(PCD); in dump_entry()
706 DUMP_BIT(A); in dump_entry()
707 DUMP_BIT(D); in dump_entry()
708 DUMP_BIT(G); in dump_entry()
709 DUMP_BIT(XD); in dump_entry()
714 #undef DUMP_BIT in dump_entry()