Searched refs:ban (Results 1 – 3 of 3) sorted by relevance
400 static unsigned int reset, ban; in amd_set_subcaches() local411 pci_read_config_dword(nb->misc, 0x1b8, &ban); in amd_set_subcaches()412 ban &= 0x180000; in amd_set_subcaches()432 pci_write_config_dword(nb->misc, 0x1b8, reg | ban); in amd_set_subcaches()
50 not aligned to this Code of Conduct, or to ban temporarily or permanently any
486 static void kill_engines(struct i915_gem_engines *engines, bool ban) in kill_engines() argument501 if (ban && intel_context_set_banned(ce)) in kill_engines()514 if (engine && !__cancel_engine(engine) && ban) in kill_engines()526 bool ban = (!i915_gem_context_is_persistent(ctx) || in kill_context() local540 kill_engines(pos, ban); in kill_context()