Home
last modified time | relevance | path

Searched refs:restriction (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
A Dtt.c87 restriction = tt->restriction + tt->state; in iwl_ht_enabled()
88 return restriction->is_ht; in iwl_ht_enabled()
123 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction()
124 return restriction->tx_stream; in iwl_tx_ant_restriction()
134 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction()
135 return restriction->rx_stream; in iwl_rx_ant_restriction()
619 kfree(tt->restriction); in iwl_tt_initialize()
620 tt->restriction = NULL; in iwl_tt_initialize()
638 memcpy(tt->restriction, in iwl_tt_initialize()
663 kfree(tt->restriction); in iwl_tt_exit()
[all …]
A Dtt.h92 struct iwl_tt_restriction *restriction; member
/linux/security/integrity/ima/
A 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()
34 restriction->check = restrict_link_by_builtin_trusted; in ima_mok_init()
43 restriction, NULL); in ima_mok_init()
/linux/security/integrity/
A 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/certs/
A 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()
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/crypto/asymmetric_keys/
A 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/security/yama/
A DKconfig9 access controls. Currently available is ptrace scope restriction.
/linux/Documentation/RCU/
A 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/security/keys/
A Dkeyctl.c1729 char *restriction = NULL; in keyctl_restrict_keyring() local
1745 restriction = strndup_user(_restriction, PAGE_SIZE); in keyctl_restrict_keyring()
1746 if (IS_ERR(restriction)) { in keyctl_restrict_keyring()
1747 ret = PTR_ERR(restriction); in keyctl_restrict_keyring()
1755 ret = keyring_restrict(key_ref, _type ? type : NULL, restriction); in keyctl_restrict_keyring()
1756 kfree(restriction); in keyctl_restrict_keyring()
/linux/LICENSES/exceptions/
A DGCC-exception-2.015 distribute those programs without any restriction coming from the use of
/linux/Documentation/devicetree/bindings/clock/
A Dfsl,plldig.yaml34 the requested frequency. To work around this restriction the user may specify
/linux/arch/arm/boot/dts/
A Darm-realview-eb-11mp-bbrevd.dts6 * in the Software without restriction, including without limitation the rights
A Darm-realview-eb-a9mp-bbrevd.dts6 * in the Software without restriction, including without limitation the rights
A Darm-realview-eb-bbrevd.dts6 * in the Software without restriction, including without limitation the rights
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
A Dgpcgf100.fuc36 * to deal in the Software without restriction, including without limitation
A Dgpcgf117.fuc36 * to deal in the Software without restriction, including without limitation
A Dgpcgk104.fuc36 * to deal in the Software without restriction, including without limitation
A Dgpcgk110.fuc36 * to deal in the Software without restriction, including without limitation
A Dgpcgk208.fuc56 * to deal in the Software without restriction, including without limitation
A Dhubgk110.fuc36 * to deal in the Software without restriction, including without limitation
A Dhubgk208.fuc56 * to deal in the Software without restriction, including without limitation
A Dhubgm107.fuc56 * to deal in the Software without restriction, including without limitation
A Dgpcgm107.fuc56 * to deal in the Software without restriction, including without limitation
A Dhubgf100.fuc36 * to deal in the Software without restriction, including without limitation
A Dhubgf117.fuc36 * to deal in the Software without restriction, including without limitation

Completed in 27 milliseconds

12345678910>>...18