Home
last modified time | relevance | path

Searched refs:ban (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/x86/kernel/
H A Damd_nb.c187 static unsigned int reset, ban; in amd_set_subcaches() local
198 pci_read_config_dword(nb->misc, 0x1b8, &ban); in amd_set_subcaches()
199 ban &= 0x180000; in amd_set_subcaches()
219 pci_write_config_dword(nb->misc, 0x1b8, reg | ban); in amd_set_subcaches()
/linux-6.15/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm_move.h25 I915_SELFTEST_DECLARE(void i915_ttm_migrate_set_ban_memcpy(bool ban));
H A Di915_gem_ttm_move.c45 void i915_ttm_migrate_set_ban_memcpy(bool ban) in i915_ttm_migrate_set_ban_memcpy() argument
47 ban_memcpy = ban; in i915_ttm_migrate_set_ban_memcpy()
/linux-6.15/Documentation/process/
H A Dcode-of-conduct-interpretation.rst149 in the scope of the ban by two-thirds of the members voting for the
222 ban.
224 The scope of the ban for a period of time could include:
233 the ban by two-thirds of the members voting for the measures, the Code of
240 public apology and instituting ban could have on individuals. It is also
H A Dcode-of-conduct.rst50 not aligned to this Code of Conduct, or to ban temporarily or permanently any
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1717 bool ban = false; in guc_exec_queue_stop() local
1724 ban = true; in guc_exec_queue_stop()
1728 ban = true; in guc_exec_queue_stop()
1731 if (ban) { in guc_exec_queue_stop()