| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_config.c | 176 int count, struct perm_bits *perm, in vfio_default_config_read() 202 int count, struct perm_bits *perm, in vfio_default_config_write() 249 int count, struct perm_bits *perm, in vfio_direct_config_read() 274 int count, struct perm_bits *perm, in vfio_raw_config_write() 287 int count, struct perm_bits *perm, in vfio_raw_config_read() 301 int count, struct perm_bits *perm, in vfio_virt_config_write() 309 int count, struct perm_bits *perm, in vfio_virt_config_read() 343 static void free_perm_bits(struct perm_bits *perm) in free_perm_bits() 351 static int alloc_perm_bits(struct perm_bits *perm, int size) in alloc_perm_bits() 527 int count, struct perm_bits *perm, in vfio_basic_config_read() [all …]
|
| /linux/security/integrity/ |
| H A D | digsig.c | 99 key_perm_t perm, in __integrity_init_keyring() 128 key_perm_t perm; in integrity_init_keyring() local 169 off_t size, key_perm_t perm) in integrity_add_key() 199 key_perm_t perm; in integrity_load_x509() local 219 const void *data, size_t len, key_perm_t perm) in integrity_load_cert()
|
| /linux/security/tomoyo/ |
| H A D | file.c | 365 u16 perm = READ_ONCE(*a_perm); tomoyo_merge_path_acl() local 386 tomoyo_update_path_acl(const u16 perm,struct tomoyo_acl_param * param) tomoyo_update_path_acl() argument 440 u8 perm = READ_ONCE(*a_perm); tomoyo_merge_mkdev_acl() local 462 tomoyo_update_mkdev_acl(const u8 perm,struct tomoyo_acl_param * param) tomoyo_update_mkdev_acl() argument 520 u8 perm = READ_ONCE(*a_perm); tomoyo_merge_path2_acl() local 541 tomoyo_update_path2_acl(const u8 perm,struct tomoyo_acl_param * param) tomoyo_update_path2_acl() argument 658 u8 perm = READ_ONCE(*a_perm); tomoyo_merge_path_number_acl() local 678 tomoyo_update_path_number_acl(const u8 perm,struct tomoyo_acl_param * param) tomoyo_update_path_number_acl() argument 1014 u16 perm = 0; tomoyo_write_file() local [all...] |
| H A D | common.c | 1421 const u16 perm = ptr->perm; in tomoyo_print_entry() local 1452 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1473 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1494 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1517 const u8 perm = ptr->perm; in tomoyo_print_entry() local 1550 const u8 perm = ptr->perm; in tomoyo_print_entry() local
|
| H A D | network.c | 236 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_inet_acl() local 262 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_unix_acl() local [all...] |
| /linux/ipc/ |
| H A D | util.h | 208 static inline void ipc_lock_object(struct kern_ipc_perm *perm) in ipc_lock_object() 213 static inline void ipc_unlock_object(struct kern_ipc_perm *perm) in ipc_unlock_object() 218 static inline void ipc_assert_locked_object(struct kern_ipc_perm *perm) in ipc_assert_locked_object() 223 static inline void ipc_unlock(struct kern_ipc_perm *perm) in ipc_unlock() 237 static inline bool ipc_valid_object(struct kern_ipc_perm *perm) in ipc_valid_object()
|
| H A D | namespace.c | 130 struct kern_ipc_perm *perm; in free_ipcs() local
|
| /linux/drivers/s390/char/ |
| H A D | keyboard.c | 361 int cmd, int perm) in do_kdsk_ioctl() 437 int cmd, int perm) in do_kdgkb_ioctl() 483 int perm; in kbd_ioctl() local
|
| /linux/fs/9p/ |
| H A D | vfs_inode.c | 569 struct dentry *dentry, char *extension, u32 perm, u8 mode) in v9fs_create() 649 u32 perm = unixmode2p9mode(v9ses, mode); in v9fs_vfs_create() local 676 u32 perm; in v9fs_vfs_mkdir() local 767 u32 perm; in v9fs_vfs_atomic_open() local 1212 u32 perm, const char *extension) in v9fs_vfs_mkspecial() 1306 u32 perm; in v9fs_vfs_mknod() local
|
| H A D | vfs_dir.c | 50 unsigned long perm = mistat->mode; in dt_type() local
|
| /linux/security/keys/ |
| H A D | key.c | 226 key_perm_t perm, unsigned long flags, in key_alloc() 811 key_perm_t perm, in __key_create_or_update() 1018 key_perm_t perm, in key_create_or_update() 1055 key_perm_t perm, in key_create()
|
| /linux/drivers/vhost/ |
| H A D | iotlb.c | 52 u64 addr, unsigned int perm, in vhost_iotlb_add_range_ctx() 105 u64 addr, unsigned int perm) in vhost_iotlb_add_range()
|
| H A D | vdpa.c | 970 static int perm_to_iommu_flags(u32 perm) in perm_to_iommu_flags() 993 u64 iova, u64 size, u64 pa, u32 perm, void *opaque) in vhost_vdpa_map() 1046 u64 iova, u64 size, u64 uaddr, u32 perm) in vhost_vdpa_va_map() 1097 u64 iova, u64 size, u64 uaddr, u32 perm) in vhost_vdpa_pa_map()
|
| /linux/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 198 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() 206 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap()
|
| /linux/security/selinux/ |
| H A D | avc.c | 194 u8 perm, u8 which) in avc_xperms_has_perm() 211 u8 driver, u8 base_perm, u8 perm) in avc_xperms_allow_perm() 270 static inline void avc_quick_copy_xperms_decision(u8 perm, in avc_quick_copy_xperms_decision() 386 u8 perm, in avc_xperms_audit_required() 416 u8 perm, int result, in avc_xperms_audit() 655 u32 av = sad->audited, perm; in avc_audit_pre_callback() local
|
| /linux/tools/include/linux/ |
| H A D | module.h | 5 #define module_param(name, type, perm) argument
|
| /linux/security/integrity/platform_certs/ |
| H A D | platform_keyring.c | 29 key_perm_t perm; in add_to_platform_keyring() local
|
| H A D | machine_keyring.c | 26 key_perm_t perm; in add_to_machine_keyring() local
|
| /linux/drivers/tty/vt/ |
| H A D | keyboard.c | 1705 static int vt_do_kdskbdiacr(void __user *udp, int perm) in vt_do_kdskbdiacr() 1740 static int vt_do_kdskbdiacruc(void __user *udp, int perm) in vt_do_kdskbdiacruc() 1778 int vt_do_diacrit(unsigned int cmd, void __user *udp, int perm) in vt_do_diacrit() 1854 int vt_do_kbkeycode_ioctl(int cmd, struct kbkeycode __user *user_kbkc, int perm) in vt_do_kbkeycode_ioctl() 1962 int vt_do_kdsk_ioctl(int cmd, struct kbentry __user *user_kbe, int perm, in vt_do_kdsk_ioctl() 2000 int vt_do_kdgkb_ioctl(int cmd, struct kbsentry __user *user_kdgkb, int perm) in vt_do_kdgkb_ioctl() 2047 int vt_do_kdskled(unsigned int console, int cmd, unsigned long arg, int perm) in vt_do_kdskled()
|
| /linux/security/apparmor/ |
| H A D | lib.c | 304 unsigned int i, perm = 1; in aa_perm_mask_to_str() local 324 unsigned int i, perm = 1; in aa_audit_perm_names() local
|
| /linux/include/linux/ |
| H A D | vhost_iotlb.h | 17 u32 perm; member
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-sysparam.c | 149 u8 *perm; in opal_sys_param_init() local
|
| /linux/drivers/iommu/amd/ |
| H A D | ppr.c | 67 int perm = 0; in ppr_flag_to_fault_perm() local
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | alloc.c | 235 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm) in mlx5_fill_page_frag_array_perm()
|
| /linux/drivers/soc/qcom/ |
| H A D | rmtfs_mem.c | 296 struct qcom_scm_vmperm perm; in qcom_rmtfs_mem_remove() local
|