Searched refs:fSpace (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOPCIFamily-239.1.2/
H A Dvtd.c754 vtd_space_t * fSpace; variable
1235 fSpace = space_create(fCacheLineSize, fTreeBits, kVPages, kBPagesLog2, kRPages);
1236 if (!fSpace) return (false);
1238 space_alloc_fixed(fSpace, atop_64(0xfee00000), atop_64(0xfef00000-0xfee00000));
1239 vtd_space_fault(fSpace, atop_64(0xfee00000), 1);
1240 fSpace->tables[0][atop_64(0xfee00000)].bits = 0xfee00000 | kPageAccess;
1262 space_alloc_fixed(fSpace, atop_64(addr), count);
1265 fSpace->tables[0][atop_64(addr)].bits = (addr | kPageAccess);
1293 context_entry_table[idx].address_space_root = ptoa_64(fSpace->root_page)
1489 base = space_alloc(fSpace, pageCoun
[all...]
/macosx-10.10/ICU-531.30/icuSources/io/
H A Duprintf.h42 UBool fSpace; /* Space flag */ member in struct:u_printf_spec_info
H A Duprntf_p.c134 if (info->fSpace) {
1314 info->fSpace = TRUE;

Completed in 102 milliseconds