Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/mm/
Dmmio_buddy.rs72 let cnt_1g_blocks = (MMIO_TOP - MMIO_BASE) >> 30; in new() localVariable
75 for _i in 0..cnt_1g_blocks { in new()