/openbmc/linux/include/linux/ |
H A D | moduleparam.h | 73 const u16 perm; member 126 #define module_param(name, type, perm) \ argument 135 #define module_param_unsafe(name, type, perm) \ argument 194 #define core_param_cb(name, ops, arg, perm) \ argument 207 #define postcore_param_cb(name, ops, arg, perm) \ argument 220 #define arch_param_cb(name, ops, arg, perm) \ argument 233 #define subsys_param_cb(name, ops, arg, perm) \ argument 246 #define fs_param_cb(name, ops, arg, perm) \ argument 259 #define device_param_cb(name, ops, arg, perm) \ argument 272 #define late_param_cb(name, ops, arg, perm) \ argument [all …]
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 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() 716 int count, struct perm_bits *perm, in vfio_pm_config_write() 788 int count, struct perm_bits *perm, in vfio_vpd_config_write() 870 int count, struct perm_bits *perm, in vfio_exp_config_write() 954 int count, struct perm_bits *perm, in vfio_af_config_write() 1131 int count, struct perm_bits *perm, in vfio_msi_config_read() [all …]
|
/openbmc/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() 198 key_perm_t perm; in integrity_load_x509() local 218 const void *data, size_t len, key_perm_t perm) in integrity_load_cert()
|
/openbmc/linux/security/selinux/ |
H A D | nlmsgtab.c | 25 u32 perm; member 154 static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize) in nlmsg_perm() 169 int selinux_nlmsg_lookup(u16 sclass, u16 nlmsg_type, u32 *perm) in selinux_nlmsg_lookup()
|
H A D | avc.c | 199 u8 perm, u8 which) in avc_xperms_has_perm() 216 u8 driver, u8 perm) in avc_xperms_allow_perm() 273 static inline void avc_quick_copy_xperms_decision(u8 perm, in avc_quick_copy_xperms_decision() 388 u8 perm, in avc_xperms_audit_required() 418 u8 perm, int result, in avc_xperms_audit() 657 u32 av = sad->audited, perm; in avc_audit_pre_callback() local
|
/openbmc/linux/security/tomoyo/ |
H A D | file.c | 365 u16 perm = READ_ONCE(*a_perm); in tomoyo_merge_path_acl() local 386 static int tomoyo_update_path_acl(const u16 perm, in tomoyo_update_path_acl() 440 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_mkdev_acl() local 462 static int tomoyo_update_mkdev_acl(const u8 perm, in tomoyo_update_mkdev_acl() 520 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_path2_acl() local 541 static int tomoyo_update_path2_acl(const u8 perm, in tomoyo_update_path2_acl() 658 u8 perm = READ_ONCE(*a_perm); in tomoyo_merge_path_number_acl() local 678 static int tomoyo_update_path_number_acl(const u8 perm, in tomoyo_update_path_number_acl() 1014 u16 perm = 0; in tomoyo_write_file() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-image-locking.c | 35 uint64_t perm, uint64_t shared_perm, in open_image() 80 uint64_t perm, shared_perm; in test_image_locking_basic() local 121 uint64_t perm, shared_perm; in test_set_perm_abort() local
|
H A D | test-bdrv-graph-mod.c | 37 uint64_t perm, uint64_t shared, in no_perm_default_perms() 53 uint64_t perm, uint64_t shared, in exclusive_write_perms() 283 uint64_t perm, uint64_t shared, in write_to_selected_perms()
|
/openbmc/linux/ipc/ |
H A D | util.h | 207 static inline void ipc_lock_object(struct kern_ipc_perm *perm) in ipc_lock_object() 212 static inline void ipc_unlock_object(struct kern_ipc_perm *perm) in ipc_unlock_object() 217 static inline void ipc_assert_locked_object(struct kern_ipc_perm *perm) in ipc_assert_locked_object() 222 static inline void ipc_unlock(struct kern_ipc_perm *perm) in ipc_unlock() 236 static inline bool ipc_valid_object(struct kern_ipc_perm *perm) in ipc_valid_object()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt_ioctl.c | 284 unsigned long arg, bool perm) in vt_k_ioctl() 490 bool perm, struct vc_data *vc) in do_unimap_ioctl() 511 bool perm) in vt_io_ioctl() 741 int i, perm; in vt_ioctl() local 1013 int perm, struct console_font_op *op, struct vc_data *vc) in compat_kdfontop_ioctl() 1038 int perm, struct vc_data *vc) in compat_unimap_ioctl() 1065 int perm; in vt_compat_ioctl() local
|
/openbmc/linux/drivers/s390/char/ |
H A D | keyboard.c | 360 int cmd, int perm) in do_kdsk_ioctl() 436 int cmd, int perm) in do_kdgkb_ioctl() 482 int perm; in kbd_ioctl() local
|
/openbmc/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()
|
/openbmc/linux/security/keys/ |
H A D | key.c | 227 key_perm_t perm, unsigned long flags, in key_alloc() 796 key_perm_t perm, in __key_create_or_update() 1004 key_perm_t perm, in key_create_or_update() 1041 key_perm_t perm, in key_create()
|
/openbmc/u-boot/cmd/ |
H A D | tpm_test.c | 237 uint32_t perm = TPM_NV_PER_WRITE_STCLEAR | TPM_NV_PER_PPWRITE; in initialise_spaces() local 310 uint32_t perm; in test_redefine_unowned() local 362 uint32_t perm; in test_space_perm() local
|
/openbmc/linux/fs/9p/ |
H A D | vfs_inode.c | 602 struct dentry *dentry, char *extension, u32 perm, u8 mode) in v9fs_create() 682 u32 perm = unixmode2p9mode(v9ses, mode); in v9fs_vfs_create() local 709 u32 perm; in v9fs_vfs_mkdir() local 801 u32 perm; in v9fs_vfs_atomic_open() local 1277 u32 perm, const char *extension) in v9fs_vfs_mkspecial() 1371 u32 perm; in v9fs_vfs_mknod() local
|
/openbmc/linux/tools/include/linux/ |
H A D | module.h | 5 #define module_param(name, type, perm) argument
|
/openbmc/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
|
/openbmc/linux/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 207 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() 215 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_params.c | 44 #define i915_param_named(name, T, perm, desc) \ argument 47 #define i915_param_named_unsafe(name, T, perm, desc) \ argument
|
/openbmc/qemu/block/ |
H A D | preallocate.c | 292 static bool can_write_resize(uint64_t perm) in can_write_resize() 558 preallocate_set_perm(BlockDriverState *bs, uint64_t perm, uint64_t shared) in preallocate_set_perm() 575 uint64_t perm, uint64_t shared, uint64_t *nperm, uint64_t *nshared) in preallocate_child_perm()
|
/openbmc/qemu/scripts/ |
H A D | render_block_graph.py | 32 def perm(arr): function
|
/openbmc/qemu/include/qemu/ |
H A D | iova-tree.h | 39 IOMMUAccessFlags perm; member
|
/openbmc/qemu/hw/arm/ |
H A D | smmu-internal.h | 75 #define is_permission_fault(ap, perm) \ argument 78 #define is_permission_fault_s2(s2ap, perm) \ argument
|
/openbmc/linux/include/uapi/linux/ |
H A D | iommu.h | 76 __u32 perm; member 102 __u32 perm; member
|