Home
last modified time | relevance | path

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

/xnu-12377.61.12/pexpert/arm/
H A Dpe_serial.c592 …uint32_t spaces = ml_io_read32(rDOCKCHANNELS_DEV_WSTAT(dockchannel_uart_base, DOCKCHANNEL_UART_CHA… in dockchannel_transmit_ready() local
596 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()
/xnu-12377.61.12/doc/allocators/
H A Dxnu-kernel-restricted.md10 …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 …
/xnu-12377.61.12/osfmk/i386/
H A Dcpu_data.h354 #error use a compiler that supports address spaces or __seg_gs
/xnu-12377.61.12/osfmk/mach/
H A Dvm_map.defs359 * other address spaces and ultimately mapped in ohter address spaces
H A Dmach_vm.defs460 * other address spaces and ultimately mapped in ohter address spaces
/xnu-12377.61.12/tools/lldbmacros/
H A DREADME.md332 …* 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.