Home
last modified time | relevance | path

Searched full:restriction (Results 1 – 25 of 3567) sorted by relevance

12345678910>>...143

/kernel/linux/linux-5.10/security/integrity/ima/
Dima_mok.c26 struct key_restriction *restriction; in ima_mok_init() local
30 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in ima_mok_init()
31 if (!restriction) in ima_mok_init()
32 panic("Can't allocate IMA blacklist restriction."); in ima_mok_init()
34 restriction->check = restrict_link_by_builtin_trusted; in ima_mok_init()
43 restriction, NULL); in ima_mok_init()
/kernel/linux/linux-5.10/security/integrity/
Ddigsig.c98 struct key_restriction *restriction) in __integrity_init_keyring() argument
105 KEY_ALLOC_NOT_IN_QUOTA, restriction, NULL); in __integrity_init_keyring()
121 struct key_restriction *restriction; in integrity_init_keyring() local
128 restriction = NULL; in integrity_init_keyring()
135 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in integrity_init_keyring()
136 if (!restriction) in integrity_init_keyring()
139 restriction->check = restrict_link_to_ima; in integrity_init_keyring()
143 return __integrity_init_keyring(id, perm, restriction); in integrity_init_keyring()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dtt.c60 /* Advance Thermal Throttling default restriction table */
87 struct iwl_tt_restriction *restriction; in iwl_ht_enabled() local
91 restriction = tt->restriction + tt->state; in iwl_ht_enabled()
92 return restriction->is_ht; in iwl_ht_enabled()
123 struct iwl_tt_restriction *restriction; in iwl_tx_ant_restriction() local
127 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction()
128 return restriction->tx_stream; in iwl_tx_ant_restriction()
134 struct iwl_tt_restriction *restriction; in iwl_rx_ant_restriction() local
138 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction()
139 return restriction->rx_stream; in iwl_rx_ant_restriction()
[all …]
Dtt.h39 * struct iwl_tt_restriction - Thermal Throttling restriction table
80 * @iwl_tt_restriction: ptr to restriction tbl, used by advance
96 struct iwl_tt_restriction *restriction; member
/kernel/linux/linux-5.10/certs/
Dsystem_keyring.c80 struct key_restriction *restriction; in get_builtin_and_secondary_restriction() local
82 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in get_builtin_and_secondary_restriction()
84 if (!restriction) in get_builtin_and_secondary_restriction()
85 panic("Can't allocate secondary trusted keyring restriction\n"); in get_builtin_and_secondary_restriction()
87 restriction->check = restrict_link_by_builtin_and_secondary_trusted; in get_builtin_and_secondary_restriction()
89 return restriction; in get_builtin_and_secondary_restriction()
/kernel/linux/linux-5.10/security/keys/
Dkeyring.c545 * @restriction_key: Keys providing additional data for evaluating restriction.
988 * Semaphore to serialise restriction setup to prevent reference count
989 * cycles through restriction key pointers.
994 * Check for restriction cycles that would prevent keyring garbage collection.
1012 * keyring_restrict - Look up and apply a restriction to a keyring
1014 * @type: The key type that will provide the restriction checker.
1015 * @restriction: The restriction options to apply to the keyring
1017 * Look up a keyring and apply a restriction to it. The restriction is managed
1019 * the restriction string.
1022 const char *restriction) in keyring_restrict() argument
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/silvermont/
Dfrontend.json39 …"PublicDescription": "Counts the number of times a decode restriction reduced the decode throughpu…
45 …"BriefDescription": "Counts the number of times a decode restriction reduced the decode throughput…
/kernel/linux/linux-5.10/Documentation/RCU/
DUP.rst84 What locking restriction must RCU callbacks respect?
114 What locking restriction must RCU callbacks respect?
130 This restriction might seem gratuitous, since very few RCU
/kernel/linux/linux-5.10/include/linux/
Dkey-type.h142 /* Look up a keyring access restriction (optional)
144 * - NULL is a valid return value (meaning the requested restriction
146 * - should return -EINVAL if the restriction is unknown
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/inc/
Dmod_freesync.h6 * to deal in the Software without restriction, including without limitation
34 * to deal in the Software without restriction, including without limitation
/kernel/linux/linux-5.10/security/yama/
DKconfig9 access controls. Currently available is ptrace scope restriction.
/kernel/linux/linux-5.10/arch/arm/kernel/
Dvmlinux-xip.lds.S181 * Due to PMSAv7 restriction on base address and size we have to
183 * alignment restriction on _xiprom will likely force XIP address
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_gem_gtt.c168 * @start: start of any range restriction inside GTT (0 for all),
170 * @end: end of any range restriction inside GTT (U64_MAX for all),
272 * range restrictions (e.g. restriction to low 4GiB) and so, for in i915_gem_gtt_insert()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dpower.h315 * @pwr_restriction: TX power restriction in dBms.
342 * @pwr_restriction: TX power restriction in 1/8 dBms.
343 * @dev_24: device TX power restriction in 1/8 dBms
344 * @dev_52_low: device TX power restriction upper band - low
345 * @dev_52_high: device TX power restriction upper band - high
/kernel/linux/linux-5.10/LICENSES/exceptions/
DGCC-exception-2.015 distribute those programs without any restriction coming from the use of
/kernel/linux/linux-5.10/drivers/xen/
Dprivcmd.c267 /* If restriction is in place, check the domid matches */ in privcmd_ioctl_mmap()
474 /* If restriction is in place, check the domid matches */ in privcmd_ioctl_mmap_batch()
630 /* If restriction is in place, check the domid matches */ in privcmd_ioctl_dm_op()
711 /* Set restriction to the specified domain, or check it matches */ in privcmd_ioctl_restrict()
734 /* If restriction is in place, check the domid matches */ in privcmd_ioctl_mmap_resource()
885 /* DOMID_INVALID implies no restriction */ in privcmd_open()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Duvd_v3_1.h6 * to deal in the Software without restriction, including without limitation
Dnavi10_ih.h6 * to deal in the Software without restriction, including without limitation
Dsi_dma.h6 * to deal in the Software without restriction, including without limitation
Dmes_v10_1.h6 * to deal in the Software without restriction, including without limitation
Duvd_v5_0.h6 * to deal in the Software without restriction, including without limitation
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/asic_reg/xgmi/
Dxgmi_4_0_0_smn.h6 * to deal in the Software without restriction, including without limitation
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/asic_reg/df/
Ddf_3_6_default.h6 * to deal in the Software without restriction, including without limitation
Ddf_1_7_default.h6 * to deal in the Software without restriction, including without limitation
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/asic_reg/rsmu/
Drsmu_0_0_2_offset.h6 * to deal in the Software without restriction, including without limitation

12345678910>>...143