Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Dbus_machdep.c52 #define MAX_EARLYBOOT_MAPPINGS 6 macro
59 } earlyboot_mappings[MAX_EARLYBOOT_MAPPINGS];
81 KASSERT(earlyboot_map_idx < MAX_EARLYBOOT_MAPPINGS, in bs_gen_map()