Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Dparam.h87 #define PAGE_SIZE_4K (1 << PAGE_SHIFT_4K) macro
88 #define PAGE_MASK_4K (PAGE_SIZE_4K - 1)
99 #define PAGE_SIZE PAGE_SIZE_4K
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwif.c16 #define PAGE_SIZE_4K 0x1000 macro
/f-stack/freebsd/arm64/arm64/
H A Dgicv3_its.c516 case PAGE_SIZE_4K: /* 4KB */ in gicv3_its_table_init()
547 page_size = PAGE_SIZE_4K; in gicv3_its_table_init()