Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/console/
H A Dserial_console.c108 #define KERN_CONSOLE_RING_SIZE vm_map_round_page(CPU_CONS_BUF_SIZE * (MAX_CPUS + 1), PAGE_SIZE - 1) macro
200 KERN_CONSOLE_RING_SIZE + ptoa(2), KMA_NOFAIL | KMA_PERMANENT | in console_init()
205 console_ring.len = KERN_CONSOLE_RING_SIZE; in console_init()
221 return console_ring.len == KERN_CONSOLE_RING_SIZE; in is_console_initialized()
764 T_ASSERT_EQ_INT(console_ring.len, KERN_CONSOLE_RING_SIZE, "Console ring size is not correct."); in console_serial_test()