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

/linux-master/arch/riscv/mm/
H A Dhugetlbpage.c130 unsigned long hp_size = huge_page_size(h); local
132 switch (hp_size) {
/linux-master/arch/arm64/mm/
H A Dhugetlbpage.c354 unsigned long hp_size = huge_page_size(h); local
356 switch (hp_size) {
/linux-master/mm/
H A Dhugetlb.c7574 unsigned long hp_size = huge_page_size(h); local
7576 if (hp_size == PUD_SIZE)
7578 else if (hp_size == PMD_SIZE)

Completed in 143 milliseconds