Home
last modified time | relevance | path

Searched defs:PGDIR_BITS (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/lib/riscv/asm/
H A Dpgtable.h11 #define PGDIR_BITS 10 macro
22 #define PGDIR_BITS 9 macro
/kvm-unit-tests/lib/x86/asm/
H A Dpage.h79 #define PGDIR_BITS(lvl) (((lvl) - 1) * PGDIR_WIDTH + PAGE_SHIFT) macro