Home
last modified time | relevance | path

Searched +defs:access +defs:map (Results 1 – 16 of 16) sorted by relevance

/linux-6.14.4/drivers/vhost/
Dvhost.c1085 struct vhost_iotlb_map *map; in vq_memory_access_ok() local
1111 const struct vhost_iotlb_map *map = vq->meta_iotlb[type]; in vhost_vq_meta_fetch() local
1433 static bool umem_access_ok(u64 uaddr, u64 size, int access) in umem_access_ok()
1646 static int vhost_iotlb_miss(struct vhost_virtqueue *vq, u64 iova, int access) in vhost_iotlb_miss()
1690 const struct vhost_iotlb_map *map, in vhost_vq_meta_update()
1693 int access = (type == VHOST_ADDR_USED) ? in vhost_vq_meta_update() local
1701 int access, u64 addr, u64 len, int type) in iotlb_access_ok()
1703 const struct vhost_iotlb_map *map; in iotlb_access_ok() local
2415 struct iovec iov[], int iov_size, int access) in translate_desc()
2417 const struct vhost_iotlb_map *map; in translate_desc() local
[all …]
/linux-6.14.4/include/linux/
Dbpf-cgroup.h95 struct bpf_cgroup_storage_map *map; member
159 struct bpf_map *map) in cgroup_storage_type()
358 #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(atype, major, minor, access) \ argument
474 struct bpf_map *map) { return 0; } in bpf_cgroup_storage_assign()
479 static inline int bpf_percpu_cgroup_storage_copy(struct bpf_map *map, void *key, in bpf_percpu_cgroup_storage_copy()
483 static inline int bpf_percpu_cgroup_storage_update(struct bpf_map *map, in bpf_percpu_cgroup_storage_update()
511 #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(atype, major, minor, access) ({ 0; }) argument
Dacpi.h1013 static inline int acpi_dma_get_range(struct device *dev, const struct bus_dma_region **map) in acpi_dma_get_range()
1575 enum access_coordinate_class access) in hmat_update_target_coordinates()
/linux-6.14.4/fs/nfsd/
Dvfs.c737 u32 access; member
788 nfsd_access(struct svc_rqst *rqstp, struct svc_fh *fhp, u32 *access, u32 *supported) in nfsd_access()
790 struct accessmap *map; in nfsd_access() local
846 int nfsd_open_break_lease(struct inode *inode, int access) in nfsd_open_break_lease()
2240 nfsd_statfs(struct svc_rqst *rqstp, struct svc_fh *fhp, struct kstatfs *stat, int access) in nfsd_statfs()
Dnfs4proc.c741 struct nfsd4_access *access = &u->access; in nfsd4_access() local
2329 struct nfsd4_deviceid_map *map; in nfsd4_getdeviceinfo() local
/linux-6.14.4/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_mman.c783 void __iomem *map; in gtt_set() local
810 void __iomem *map; in gtt_check() local
1423 bool access; in can_access() local
/linux-6.14.4/drivers/soc/tegra/cbb/
Dtegra234-cbb.c121 u64 access; member
268 const struct tegra234_slave_lookup *map = cbb->fabric->slave_map; in tegra234_lookup_slave_timeout() local
/linux-6.14.4/sound/soc/
Dsoc-topology.c186 struct snd_soc_tplg_channel *chan, int map) in tplg_chan_get_reg()
199 struct snd_soc_tplg_channel *chan, int map) in tplg_chan_get_shift()
620 u32 access = le32_to_cpu(tc->access); in soc_tplg_create_tlv() local
/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
7786 u64 access = ((kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0) in vcpu_mmio_gva_to_gpa() local
[all …]
/linux-6.14.4/kernel/bpf/
Dcgroup.c231 struct bpf_map *map; in bpf_cgroup_storages_alloc() local
1550 short access, enum cgroup_bpf_attach_type atype) in __cgroup_bpf_check_dev_permission()
1569 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c278 ice_acquire_change_lock(struct ice_hw *hw, enum ice_aq_res_access_type access) in ice_acquire_change_lock()
3179 struct ice_prof_map *map; in ice_search_prof_id() local
3439 struct ice_prof_map *map; in ice_get_prof() local
3532 struct ice_prof_map *map; in ice_add_prof_to_lst() local
3787 struct ice_prof_map *map; in ice_add_prof_id_vsig() local
/linux-6.14.4/drivers/scsi/
Dhpsa.c1706 struct raid_map_data *map = &logical_drive->raid_map; in hpsa_figure_phys_disk_ptrs() local
3239 int map, row, col; in hpsa_debug_map_buff() local
4856 struct raid_map_data *map = &dev->raid_map; in set_encrypt_ioaccel2() local
5075 static void raid_map_helper(struct raid_map_data *map, in raid_map_helper()
5109 struct raid_map_data *map = &dev->raid_map; in hpsa_scsi_ioaccel_raid_map() local
9187 struct access_method access = SA5_performant_access; in hpsa_enter_performant_mode() local
/linux-6.14.4/include/sound/
Dpcm.h379 snd_pcm_access_t access; /* access mode */ member
1459 unsigned char map[15]; member
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c239 int access, int execute) in t4_record_mbox()
290 u16 access = 0; in t4_wr_mbox_meat_timeout() local
5263 int t4_read_rss(struct adapter *adapter, u16 *map) in t4_read_rss()
/linux-6.14.4/include/linux/mlx4/
Ddevice.h639 dma_addr_t map; member
694 u32 access; member
715 void __iomem *map; member
/linux-6.14.4/drivers/infiniband/hw/hns/
Dhns_roce_device.h335 u32 access; /* Access permission of MR */ member
371 dma_addr_t map; member