Home
last modified time | relevance | path

Searched +defs:access +defs:write (Results 1 – 14 of 14) sorted by relevance

/linux-6.14.4/security/yama/
Dyama_lsm.c47 const char *access; member
75 static void report_access(const char *access, struct task_struct *target, in report_access()
437 static int yama_dointvec_minmax(const struct ctl_table *table, int write, in yama_dointvec_minmax()
/linux-6.14.4/drivers/video/backlight/
Dili9320.h40 } access; /* Register access method. */ member
53 int (*write)(struct ili9320 *ili, unsigned int reg, unsigned int val); member
/linux-6.14.4/include/linux/iio/
Dbuffer_impl.h72 int (*write)(struct iio_buffer *buffer, size_t n, const char __user *buf); member
123 const struct iio_buffer_access_funcs *access; member
/linux-6.14.4/include/sound/
Dinfo.h32 void (*write)(struct snd_info_entry *entry, member
44 ssize_t (*write)(struct snd_info_entry *entry, void *file_private_data, member
74 struct mutex access; member
/linux-6.14.4/include/linux/
Dbpf-cgroup.h358 #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(atype, major, minor, access) \ argument
370 #define BPF_CGROUP_RUN_PROG_SYSCTL(head, table, write, buf, count, pos) \ argument
511 #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(atype, major, minor, access) ({ 0; }) argument
512 #define BPF_CGROUP_RUN_PROG_SYSCTL(head,table,write,buf,count,pos) ({ 0; }) argument
Dcoresight.h131 void (*write)(u64 val, u32 offset, bool relaxed, member
164 struct csdev_access access; member
288 struct csdev_access access; member
/linux-6.14.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h516 static inline bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted()
528 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()
706 static inline bool check_pte_access(unsigned long access, unsigned long ptev) in check_pte_access()
926 static inline bool pud_access_permitted(pud_t pud, bool write) in pud_access_permitted()
972 static inline bool p4d_access_permitted(p4d_t p4d, bool write) in p4d_access_permitted()
1078 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted()
/linux-6.14.4/arch/x86/kvm/
Dx86.c7538 gpa_t translate_nested_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u64 access, in translate_nested_gpa()
7558 u64 access = (kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_read() local
7568 u64 access = (kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_write() local
7584 struct kvm_vcpu *vcpu, u64 access, in kvm_read_guest_virt_helper()
7621 u64 access = (kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_fetch_guest_virt() local
7646 u64 access = (kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_read_guest_virt() local
7665 u64 access = 0; in emulator_read_std() local
7676 struct kvm_vcpu *vcpu, u64 access, in kvm_write_guest_virt_helper()
7710 u64 access = PFERR_WRITE_MASK; in emulator_write_std() local
7767 gpa_t gpa, bool write) in vcpu_is_mmio_gpa()
[all …]
/linux-6.14.4/include/rdma/
Duverbs_ioctl.h73 u8 access; member
100 u8 access; member
345 } write; member
/linux-6.14.4/fs/nfsd/
Dnfs4xdr.c525 fattr4_time_deleg_access access; in nfsd4_decode_fattr4() local
796 struct nfsd4_access *access = &u->access; in nfsd4_decode_access() local
1455 struct nfsd4_write *write = &u->write; in nfsd4_decode_write() local
4023 struct nfsd4_access *access = &u->access; in nfsd4_encode_access() local
4849 struct nfsd4_write *write = &u->write; in nfsd4_encode_write() local
5278 const struct nfsd42_write_res *write = &copy->cp_res; in nfsd4_encode_write_response4() local
Dnfs4proc.c741 struct nfsd4_access *access = &u->access; in nfsd4_access() local
1209 struct nfsd4_write *write = &u->write; in nfsd4_write() local
Dxdr4.h785 struct nfsd4_access access; member
813 struct nfsd4_write write; member
/linux-6.14.4/kernel/bpf/
Dcgroup.c1550 short access, enum cgroup_bpf_attach_type atype) in __cgroup_bpf_check_dev_permission()
1711 const struct ctl_table *table, int write, in __cgroup_bpf_run_filter_sysctl()
/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_common.c1890 enum ice_aq_res_access_type access, u8 sdp_number, u32 *timeout, in ice_aq_req_res()
1985 enum ice_aq_res_access_type access, u32 timeout) in ice_acquire_res()
4231 bool write, struct ice_sq_cd *cd) in ice_aq_sff_eeprom()