Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 155) sorted by relevance

1234567

/linux-6.1.9/block/
Dblk-crypto-profile.c41 struct blk_crypto_profile *profile; member
44 static inline void blk_crypto_hw_enter(struct blk_crypto_profile *profile) in blk_crypto_hw_enter()
56 static inline void blk_crypto_hw_exit(struct blk_crypto_profile *profile) in blk_crypto_hw_exit()
73 int blk_crypto_profile_init(struct blk_crypto_profile *profile, in blk_crypto_profile_init()
131 static void blk_crypto_profile_destroy_callback(void *profile) in blk_crypto_profile_destroy_callback()
148 struct blk_crypto_profile *profile, in devm_blk_crypto_profile_init()
163 blk_crypto_hash_bucket_for_key(struct blk_crypto_profile *profile, in blk_crypto_hash_bucket_for_key()
173 struct blk_crypto_profile *profile = slot->profile; in blk_crypto_remove_slot_from_lru_list() local
182 blk_crypto_find_keyslot(struct blk_crypto_profile *profile, in blk_crypto_find_keyslot()
197 blk_crypto_find_and_grab_keyslot(struct blk_crypto_profile *profile, in blk_crypto_find_and_grab_keyslot()
[all …]
Dblk-crypto-sysfs.c15 struct blk_crypto_profile *profile; member
34 static ssize_t max_dun_bits_show(struct blk_crypto_profile *profile, in max_dun_bits_show()
40 static ssize_t num_keyslots_show(struct blk_crypto_profile *profile, in num_keyslots_show()
72 struct blk_crypto_profile *profile = kobj_to_crypto_profile(kobj); in blk_crypto_mode_is_visible() local
81 static ssize_t blk_crypto_mode_show(struct blk_crypto_profile *profile, in blk_crypto_mode_show()
104 struct blk_crypto_profile *profile = kobj_to_crypto_profile(kobj); in blk_crypto_attr_show() local
Dblk-crypto-fallback.c108 blk_crypto_fallback_keyslot_program(struct blk_crypto_profile *profile, in blk_crypto_fallback_keyslot_program()
131 static int blk_crypto_fallback_keyslot_evict(struct blk_crypto_profile *profile, in blk_crypto_fallback_keyslot_evict()
537 struct blk_crypto_profile *profile = &blk_crypto_fallback_profile; in blk_crypto_fallback_init() local
/linux-6.1.9/security/apparmor/
Ddomain.c98 static inline unsigned int match_component(struct aa_profile *profile, in match_component()
133 static int label_compound_match(struct aa_profile *profile, in label_compound_match()
193 static int label_components_match(struct aa_profile *profile, in label_components_match()
254 static int label_match(struct aa_profile *profile, struct aa_label *label, in label_match()
287 static int change_profile_perms(struct aa_profile *profile, in change_profile_perms()
311 struct aa_profile *profile, unsigned int state) in aa_xattrs_match()
393 struct aa_profile *profile, *candidate = NULL; in find_attach() local
510 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex, in x_table_lookup()
556 static struct aa_label *x_to_label(struct aa_profile *profile, in x_to_label()
623 static struct aa_label *profile_transition(struct aa_profile *profile, in profile_transition()
[all …]
Dmount.c130 static int audit_mount(struct aa_profile *profile, const char *op, in audit_mount()
292 static int path_flags(struct aa_profile *profile, const struct path *path) in path_flags()
315 static int match_mnt_path_str(struct aa_profile *profile, in match_mnt_path_str()
372 static int match_mnt(struct aa_profile *profile, const struct path *path, in match_mnt()
401 struct aa_profile *profile; in aa_remount() local
425 struct aa_profile *profile; in aa_bind_mount() local
462 struct aa_profile *profile; in aa_mount_change_type() local
487 struct aa_profile *profile; in aa_move_mount() local
522 struct aa_profile *profile; in aa_new_mount() local
582 static int profile_umount(struct aa_profile *profile, const struct path *path, in profile_umount()
[all …]
Dpolicy.c109 static void __add_profile(struct list_head *list, struct aa_profile *profile) in __add_profile()
138 static void __list_remove_profile(struct aa_profile *profile) in __list_remove_profile()
154 static void __remove_profile(struct aa_profile *profile) in __remove_profile()
176 struct aa_profile *profile, *tmp; in __aa_profile_list_release() local
205 void aa_free_profile(struct aa_profile *profile) in aa_free_profile()
260 struct aa_profile *profile; in aa_alloc_profile() local
335 struct aa_profile *profile; in aa_find_child() local
364 struct aa_profile *profile = NULL; in __lookup_parent() local
398 struct aa_profile *profile = NULL; in __lookupn_profile() local
435 struct aa_profile *profile; in aa_lookupn_profile() local
[all …]
Dcapability.c33 struct aa_profile *profile; member
64 static int audit_caps(struct common_audit_data *sa, struct aa_profile *profile, in audit_caps()
114 static int profile_capable(struct aa_profile *profile, int cap, in profile_capable()
149 struct aa_profile *profile; in aa_capable() local
Dnet.c108 int aa_profile_af_perm(struct aa_profile *profile, struct common_audit_data *sa, in aa_profile_af_perm()
137 struct aa_profile *profile; in aa_af_perm() local
155 struct aa_profile *profile; in aa_label_sk_perm() local
214 static int aa_secmark_perm(struct aa_profile *profile, u32 request, u32 secid, in aa_secmark_perm()
250 struct aa_profile *profile; in apparmor_secmark_check() local
Dfile.c92 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, in aa_audit_file()
161 struct aa_profile *profile; in path_name() local
268 int __aa_path_perm(const char *op, struct aa_profile *profile, const char *name, in __aa_path_perm()
284 static int profile_path_perm(const char *op, struct aa_profile *profile, in profile_path_perm()
320 struct aa_profile *profile; in aa_path_perm() local
358 static int profile_path_link(struct aa_profile *profile, in profile_path_link()
467 struct aa_profile *profile; in aa_path_link() local
511 struct aa_profile *profile; in __file_path_perm() local
Dresource.c52 static int audit_resource(struct aa_profile *profile, unsigned int resource, in audit_resource()
81 static int profile_setrlimit(struct aa_profile *profile, unsigned int resource, in profile_setrlimit()
107 struct aa_profile *profile; in aa_task_setrlimit() local
Dapparmorfs.c611 static void profile_query_cb(struct aa_profile *profile, struct aa_perms *perms, in profile_query_cb()
668 struct aa_profile *profile; in query_data() local
757 struct aa_profile *profile; in query_label() local
1072 struct aa_profile *profile = labels_profile(label); in seq_profile_name_show() local
1083 struct aa_profile *profile = labels_profile(label); in seq_profile_mode_show() local
1094 struct aa_profile *profile = labels_profile(label); in seq_profile_attach_show() local
1110 struct aa_profile *profile = labels_profile(label); in seq_profile_hash_show() local
1162 struct aa_profile *profile; in seq_ns_nsstacked_show() local
1512 void __aafs_profile_rmdir(struct aa_profile *profile) in __aafs_profile_rmdir()
1557 struct aa_profile *profile, in create_profile_file()
[all …]
Dpolicy_unpack.c109 struct aa_profile *profile = labels_profile(aa_current_raw_label()); in audit_iface() local
480 static bool unpack_trans_table(struct aa_ext *e, struct aa_profile *profile) in unpack_trans_table()
549 static bool unpack_xattrs(struct aa_ext *e, struct aa_profile *profile) in unpack_xattrs()
578 static bool unpack_secmark(struct aa_ext *e, struct aa_profile *profile) in unpack_secmark()
622 static bool unpack_rlimits(struct aa_ext *e, struct aa_profile *profile) in unpack_rlimits()
680 struct aa_profile *profile = NULL; in unpack_profile() local
1030 static int verify_profile(struct aa_profile *profile) in verify_profile()
1183 struct aa_profile *profile = NULL; in aa_unpack() local
Dipc.c77 static int profile_signal_perm(struct aa_profile *profile, in profile_signal_perm()
100 struct aa_profile *profile; in aa_may_signal() local
Dlib.c290 void aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) in aa_apply_modes_to_perms()
398 void aa_profile_match_label(struct aa_profile *profile, struct aa_label *label, in aa_profile_match_label()
412 int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target, in aa_profile_label_perm()
446 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms()
Dlabel.c320 struct aa_profile *profile; in aa_label_destroy() local
1259 static inline bool label_is_visible(struct aa_profile *profile, in label_is_visible()
1270 static inline unsigned int match_component(struct aa_profile *profile, in match_component()
1302 static int label_compound_match(struct aa_profile *profile, in label_compound_match()
1360 static int label_components_match(struct aa_profile *profile, in label_components_match()
1419 int aa_label_match(struct aa_profile *profile, struct aa_label *label, in aa_label_match()
1514 struct aa_profile *profile, int flags, in aa_profile_snxprint()
1557 struct aa_profile *profile; in label_modename() local
1591 struct aa_profile *profile; in display_mode() local
1627 struct aa_profile *profile; in aa_label_snxprint() local
Daudit.c78 struct aa_profile *profile = labels_profile(label); in audit_pre() local
123 int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa, in aa_audit()
Dtask.c228 static int profile_ptrace_perm(struct aa_profile *profile, in profile_ptrace_perm()
286 struct aa_profile *profile; in aa_may_ptrace() local
/linux-6.1.9/drivers/mmc/host/
Dcqhci-crypto.c26 cqhci_host_from_crypto_profile(struct blk_crypto_profile *profile) in cqhci_host_from_crypto_profile()
61 static int cqhci_crypto_keyslot_program(struct blk_crypto_profile *profile, in cqhci_crypto_keyslot_program()
119 static int cqhci_crypto_keyslot_evict(struct blk_crypto_profile *profile, in cqhci_crypto_keyslot_evict()
172 struct blk_crypto_profile *profile = &mmc->crypto_profile; in cqhci_crypto_init() local
/linux-6.1.9/drivers/platform/surface/
Dsurface_platform_profile.c25 __le32 profile; member
109 enum platform_profile_option *profile) in ssam_platform_profile_get()
130 enum platform_profile_option profile) in ssam_platform_profile_set()
/linux-6.1.9/drivers/platform/x86/amd/pmf/
Dsps.c74 enum platform_profile_option *profile) in amd_pmf_profile_get()
105 enum platform_profile_option profile) in amd_pmf_profile_set()
/linux-6.1.9/drivers/ufs/core/
Dufshcd-crypto.c51 static int ufshcd_crypto_keyslot_program(struct blk_crypto_profile *profile, in ufshcd_crypto_keyslot_program()
109 static int ufshcd_crypto_keyslot_evict(struct blk_crypto_profile *profile, in ufshcd_crypto_keyslot_evict()
/linux-6.1.9/drivers/devfreq/
Dexynos-bus.c291 struct devfreq_dev_profile *profile) in exynos_bus_profile_init()
352 struct devfreq_dev_profile *profile) in exynos_bus_profile_init_passive()
389 struct devfreq_dev_profile *profile; in exynos_bus_probe() local
/linux-6.1.9/security/apparmor/include/
Dpolicy.h220 static inline unsigned int PROFILE_MEDIATES(struct aa_profile *profile, in PROFILE_MEDIATES()
230 static inline unsigned int PROFILE_MEDIATES_AF(struct aa_profile *profile, in PROFILE_MEDIATES_AF()
300 static inline int AUDIT_MODE(struct aa_profile *profile) in AUDIT_MODE()
/linux-6.1.9/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_tnrdmd_dvbt.h19 enum cxd2880_dvbt_profile profile; member
/linux-6.1.9/drivers/s390/block/
Ddasd.c841 void dasd_profile_reset(struct dasd_profile *profile) in dasd_profile_reset()
856 int dasd_profile_on(struct dasd_profile *profile) in dasd_profile_on()
875 void dasd_profile_off(struct dasd_profile *profile) in dasd_profile_off()
1003 struct dasd_profile *profile; in dasd_stats_show() local
1021 struct dasd_profile *profile = inode->i_private; in dasd_stats_open() local
1034 static void dasd_profile_init(struct dasd_profile *profile, in dasd_profile_init()
1052 static void dasd_profile_exit(struct dasd_profile *profile) in dasd_profile_exit()
1110 static void dasd_profile_init(struct dasd_profile *profile, in dasd_profile_init()
1116 static void dasd_profile_exit(struct dasd_profile *profile) in dasd_profile_exit()
1121 int dasd_profile_on(struct dasd_profile *profile) in dasd_profile_on()

1234567