Home
last modified time | relevance | path

Searched refs:whitelist (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/Documentation/cgroup-v1/
Ddevices.txt7 whitelist with each cgroup. A whitelist entry has 4 fields.
15 devices from the whitelist or add new entries. A child cgroup can
34 will add the 'a *:* rwm' entry to the whitelist.
46 CAP_SYS_ADMIN is needed to modify the whitelist or move another
57 from their whitelist and all the locally set whitelist entries will be
58 re-evaluated. In case one of the locally set whitelist entries would provide
59 more access than the cgroup's parent, it'll be removed from the whitelist.
72 it'll propagate down and after revalidating B's entries, the whitelist entry
75 group whitelist entries denied devices
82 Notice that new whitelist entries will not be propagated:
[all …]
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_workarounds.c936 struct whitelist { struct
942 static void whitelist_reg(struct whitelist *w, i915_reg_t reg) in whitelist_reg() argument
950 static void bdw_whitelist_build(struct whitelist *w) in bdw_whitelist_build()
954 static void chv_whitelist_build(struct whitelist *w) in chv_whitelist_build()
958 static void gen9_whitelist_build(struct whitelist *w) in gen9_whitelist_build()
970 static void skl_whitelist_build(struct whitelist *w) in skl_whitelist_build()
978 static void bxt_whitelist_build(struct whitelist *w) in bxt_whitelist_build()
983 static void kbl_whitelist_build(struct whitelist *w) in kbl_whitelist_build()
991 static void glk_whitelist_build(struct whitelist *w) in glk_whitelist_build()
999 static void cfl_whitelist_build(struct whitelist *w) in cfl_whitelist_build()
[all …]
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dintel_workarounds.c92 static u32 get_whitelist_reg(const struct whitelist *w, unsigned int i) in get_whitelist_reg()
97 static void print_results(const struct whitelist *w, const u32 *results) in print_results()
110 static int check_whitelist(const struct whitelist *w, in check_whitelist()
190 const struct whitelist *w, in check_whitelist_across_reset()
246 struct whitelist w; in live_reset_whitelist()
/Linux-v4.19/drivers/cpufreq/
Dcpufreq-dt-platdev.c21 static const struct of_device_id whitelist[] __initconst = { variable
155 match = of_match_node(whitelist, np); in cpufreq_dt_platdev_init()
/Linux-v4.19/drivers/staging/fwserial/
DTODO9 GUID-to-port matching/whitelist/blacklist.
/Linux-v4.19/drivers/gpio/
Dgpiolib-of.c200 const char *whitelist[] = { in of_find_regulator_gpio() local
215 i = match_string(whitelist, ARRAY_SIZE(whitelist), con_id); in of_find_regulator_gpio()
/Linux-v4.19/tools/objtool/
Dcheck.h63 struct section *rodata, *whitelist; member
Dcheck.c117 if (file->whitelist && file->whitelist->rela) in ignore_func()
118 list_for_each_entry(rela, &file->whitelist->rela->rela_list, list) { in ignore_func()
2173 file.whitelist = find_section_by_name(file.elf, ".discard.func_stack_frame_non_standard"); in check()
/Linux-v4.19/Documentation/power/
Dvideo.txt25 whitelist of systems, and automatically selects working method for a
28 whitelist, please try to find a working solution, and submit whitelist
Ds2ram.txt6 1) Check suspend.sf.net, program s2ram there has long whitelist of
/Linux-v4.19/drivers/usb/core/
DKconfig63 product whitelist, so USB peripherals not listed there will be
/Linux-v4.19/security/
DKconfig167 bool "Allow usercopy whitelist violations to fallback to object size"
175 whitelist size. This option will be removed once it seems like
/Linux-v4.19/scripts/gcc-plugins/
Drandomize_layout_plugin.c48 static const struct whitelist_entry whitelist[] = { variable
792 for (entry = whitelist; entry->pathname; entry++) { in whitelisted_cast()
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dlow_i2c.c1175 } whitelist[] = { in pmac_i2c_devscan() local
1208 for (p = whitelist; p->name != NULL; p++) { in pmac_i2c_devscan()
/Linux-v4.19/net/bluetooth/
Dhci_debugfs.c127 list_for_each_entry(b, &hdev->whitelist, list) in device_list_show()
Dhci_core.c3100 INIT_LIST_HEAD(&hdev->whitelist); in hci_alloc_dev()
3301 hci_bdaddr_list_clear(&hdev->whitelist); in hci_unregister_dev()
Dhci_request.c1936 list_for_each_entry(b, &hdev->whitelist, list) { in disconnected_whitelist_entries()
Dmgmt.c5633 err = hci_bdaddr_list_add(&hdev->whitelist, &cp->addr.bdaddr, in add_device()
5723 err = hci_bdaddr_list_del(&hdev->whitelist, in remove_device()
5794 list_for_each_entry_safe(b, btmp, &hdev->whitelist, list) { in remove_device()
Dhci_event.c2515 !hci_bdaddr_list_lookup(&hdev->whitelist, &ev->bdaddr, in hci_conn_request_evt()
/Linux-v4.19/Documentation/driver-api/usb/
Dgadget.rst485 Peripheral List". That's just a whitelist, used to reject peripherals
486 not supported with a given Linux OTG host. *This whitelist is
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h372 struct list_head whitelist; member