Searched refs:ban (Results 1 – 4 of 4) sorted by relevance
186 static unsigned int reset, ban; in amd_set_subcaches() local197 pci_read_config_dword(nb->misc, 0x1b8, &ban); in amd_set_subcaches()198 ban &= 0x180000; in amd_set_subcaches()218 pci_write_config_dword(nb->misc, 0x1b8, reg | ban); in amd_set_subcaches()
25 I915_SELFTEST_DECLARE(void i915_ttm_migrate_set_ban_memcpy(bool ban));
50 not aligned to this Code of Conduct, or to ban temporarily or permanently any
1472 * banned queue must stay banned, so its unstarted jobs do not clear the ban or in guc_exec_queue_timedout_job() 2305 bool ban = false; in guc_exec_queue_stop() 2312 ban = true; in guc_exec_queue_stop() 2316 if (ban) { in guc_exec_queue_stop() 2297 bool ban = false; guc_exec_queue_stop() local