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

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_memory.c304 struct mtrr mtrrmap; local
307 mtrrmap.base = offset;
308 mtrrmap.len = size;
309 mtrrmap.type = flags;
310 mtrrmap.flags = MTRR_VALID;
311 return mtrr_set(&mtrrmap, &one, NULL, MTRR_GETSET_KERNEL);
321 struct mtrr mtrrmap; local
324 mtrrmap.base = offset;
325 mtrrmap.len = size;
326 mtrrmap
[all...]

Completed in 43 milliseconds