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

/macosx-10.9.5/IOPCIFamily-224.92.1/
H A Dvtd.c754 vtd_space_t * fSpace; variable
1233 fSpace = space_create(fCacheLineSize, fTreeBits, kVPages, kBPagesLog2, kRPages);
1234 if (!fSpace) return (false);
1236 space_alloc_fixed(fSpace, atop_64(0xfee00000), atop_64(0xfef00000-0xfee00000));
1237 vtd_space_fault(fSpace, atop_64(0xfee00000), 1);
1238 fSpace->tables[0][atop_64(0xfee00000)].bits = 0xfee00000 | kPageAccess;
1260 space_alloc_fixed(fSpace, atop_64(addr), count);
1263 fSpace->tables[0][atop_64(addr)].bits = (addr | kPageAccess);
1291 context_entry_table[idx].address_space_root = ptoa_64(fSpace->root_page)
1487 base = space_alloc(fSpace, pageCoun
[all...]
/macosx-10.9.5/ICU-511.35/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 114 milliseconds