Searched refs:spaces (Results 1 – 6 of 6) sorted by relevance
592 …uint32_t spaces = ml_io_read32(rDOCKCHANNELS_DEV_WSTAT(dockchannel_uart_base, DOCKCHANNEL_UART_CHA… in dockchannel_transmit_ready() local596 if (spaces > prev_dockchannel_spaces) { in dockchannel_transmit_ready()602 prev_dockchannel_spaces = spaces; in dockchannel_transmit_ready()603 return spaces || dockchannel_drain_on_stall(); in dockchannel_transmit_ready()607 return spaces; in dockchannel_transmit_ready()
10 …ns. Therefore, such memory should never be mapped into different address spaces — neither to users…12 …ons made by the kernel that are meant to be shared with external address spaces by-design. Such me…27 * The Mach VM subsystem manages virtual address spaces; therefore, bugs in this subsystem could be …
354 #error use a compiler that supports address spaces or __seg_gs
359 * other address spaces and ultimately mapped in ohter address spaces
460 * other address spaces and ultimately mapped in ohter address spaces
332 …* Python is very sensitive to tabs and spaces for alignment. So please make sure you **INDENT YOUR…334 * The standard tab width is 4 spaces. Each increasing indent adds 4 spaces beginning of the line.