Searched refs:addr_t (Results 1 – 5 of 5) sorted by relevance
95 extern addr_t hole_start; /* addr of start of MMU "hole" */96 extern addr_t hole_end; /* addr of end of MMU "hole" */111 (mmu_3level || (addr_t)(a) < hole_start || (addr_t)(a) >= hole_end)114 ((addr_t)(a) < hole_start || (addr_t)(a) >= hole_end)202 #define SEGTEMP ((addr_t)(DEBUGSTART - (2 * PMGRPSIZE)))203 #define SEGTEMP2 ((addr_t)(DEBUGSTART - PMGRPSIZE))
104 addr_t xq_uaddr;
50 typedef char * addr_t; typedef
85 typedef char *addr_t; /* ?<core address> type */ typedef
6862 * stage2/fs.h (BBLOCK): Use mach_daddr_t instead of addr_t.