selftest_mocs.c | 165 pr_err("%s: Invalid MOCS[%d] entry, found %08x, expected %08x\n", 228 /* Read the mocs tables back using SRM */ 259 struct live_mocs mocs; local in function:live_mocs_kernel 262 /* Basic check the system is configured with the expected mocs table */ 264 err = live_mocs_init(&mocs, gt); 270 err = check_mocs_engine(&mocs, engine->kernel_context); 276 live_mocs_fini(&mocs); 285 struct live_mocs mocs; local in function:live_mocs_clean 288 /* Every new context should see the same mocs table */ 290 err = live_mocs_init(&mocs, gt) 375 struct live_mocs mocs; local in function:live_mocs_reset [all...] |