Home
last modified time | relevance | path

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

12345678910>>...152

/Linux-v5.15/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()
/Linux-v5.15/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()
123 struct key_restriction *restriction; in integrity_init_keyring() local
130 restriction = NULL; in integrity_init_keyring()
137 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in integrity_init_keyring()
138 if (!restriction) in integrity_init_keyring()
141 restriction->check = restrict_link_to_ima; in integrity_init_keyring()
145 return __integrity_init_keyring(id, perm, restriction); in integrity_init_keyring()
/Linux-v5.15/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
/Linux-v5.15/certs/
Dsystem_keyring.c82 struct key_restriction *restriction; in get_builtin_and_secondary_restriction() local
84 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in get_builtin_and_secondary_restriction()
86 if (!restriction) in get_builtin_and_secondary_restriction()
87 panic("Can't allocate secondary trusted keyring restriction\n"); in get_builtin_and_secondary_restriction()
89 restriction->check = restrict_link_by_builtin_and_secondary_trusted; in get_builtin_and_secondary_restriction()
91 return restriction; in get_builtin_and_secondary_restriction()
/Linux-v5.15/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 …]
/Linux-v5.15/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…
/Linux-v5.15/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
/Linux-v5.15/include/linux/
Dkey-type.h143 /* Look up a keyring access restriction (optional)
145 * - NULL is a valid return value (meaning the requested restriction
147 * - should return -EINVAL if the restriction is unknown
/Linux-v5.15/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
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/
Dpower.h257 * @pwr_restriction: TX power restriction in dBms.
284 * @pwr_restriction: TX power restriction in 1/8 dBms.
285 * @dev_24: device TX power restriction in 1/8 dBms
286 * @dev_52_low: device TX power restriction upper band - low
287 * @dev_52_high: device TX power restriction upper band - high
/Linux-v5.15/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
/Linux-v5.15/security/yama/
DKconfig9 access controls. Currently available is ptrace scope restriction.
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_gem_gtt.c162 * @start: start of any range restriction inside GTT (0 for all),
164 * @end: end of any range restriction inside GTT (U64_MAX for all),
266 * range restrictions (e.g. restriction to low 4GiB) and so, for in i915_gem_gtt_insert()
/Linux-v5.15/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()
884 /* DOMID_INVALID implies no restriction */ in privcmd_open()
/Linux-v5.15/LICENSES/exceptions/
DGCC-exception-2.015 distribute those programs without any restriction coming from the use of
/Linux-v5.15/drivers/gpu/drm/
Ddrm_irq.c9 * to deal in the Software without restriction, including without limitation
36 * to deal in the Software without restriction, including without limitation
/Linux-v5.15/crypto/asymmetric_keys/
Dasymmetric_type.c477 const char *restriction) in asymmetric_lookup_restriction() argument
484 if (strcmp("builtin_trusted", restriction) == 0) in asymmetric_lookup_restriction()
488 if (strcmp("builtin_and_secondary_trusted", restriction) == 0) in asymmetric_lookup_restriction()
492 parse_buf = kstrndup(restriction, PAGE_SIZE, GFP_KERNEL); in asymmetric_lookup_restriction()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Dgfx_v10_0.h6 * to deal in the Software without restriction, including without limitation
Dgfx_v6_0.h6 * to deal in the Software without restriction, including without limitation
Dmca_v3_0.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
Dsdma_v4_4.h6 * to deal in the Software without restriction, including without limitation
Dsi_dma.h6 * to deal in the Software without restriction, including without limitation
/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/
Dcik_dpm.h6 * to deal in the Software without restriction, including without limitation

12345678910>>...152