Home
last modified time | relevance | path

Searched defs:access (Results 1 – 25 of 146) sorted by relevance

123456

/linux/tools/testing/selftests/exec/
H A Dcheck-exec.c71 FIXTURE(access) in FIXTURE() argument
77 FIXTURE_VARIANT(access) in FIXTURE_VARIANT() argument
84 FIXTURE_VARIANT_ADD(access, mount_exec_file_exec) { in FIXTURE_VARIANT_ADD() argument
91 FIXTURE_VARIANT_ADD(access, mount_exec_file_noexec) { in FIXTURE_VARIANT_ADD() argument
98 FIXTURE_VARIANT_ADD(access, mount_noexec_file_exec) { in FIXTURE_VARIANT_ADD() argument
105 FIXTURE_VARIANT_ADD(access, mount_noexec_file_noexec) { in FIXTURE_VARIANT_ADD() argument
119 FIXTURE_SETUP(access) in FIXTURE_SETUP() argument
173 FIXTURE_TEARDOWN_PARENT(access) in FIXTURE_TEARDOWN_PARENT() argument
267 TEST_F(access, regular_file_empty) in TEST_F() argument
277 TEST_F(access, regular_file_elf) in TEST_F() argument
[all …]
/linux/drivers/infiniband/core/
H A Dumem_dmabuf.c120 int fd, int access, in ib_umem_dmabuf_get_with_dma_device()
179 int fd, int access, in ib_umem_dmabuf_get()
205 int fd, int access) in ib_umem_dmabuf_get_pinned_with_dma_device()
241 int access) in ib_umem_dmabuf_get_pinned()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_mw.c51 struct rxe_mw *mw, struct rxe_mr *mr, int access) in rxe_check_bind_mw()
136 struct rxe_mw *mw, struct rxe_mr *mr, int access) in rxe_do_bind_mw()
172 int access = wqe->wr.wr.mw.access; in rxe_bind_mw() local
290 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey) in rxe_lookup_mw()
H A Drxe_mr.c48 void rxe_mr_init(int access, struct rxe_mr *mr) in rxe_mr_init()
67 void rxe_mr_init_dma(int access, struct rxe_mr *mr) in rxe_mr_init_dma()
130 int access, struct rxe_mr *mr) in rxe_mr_init_user()
337 int access, in copy_data()
615 struct rxe_mr *lookup_mr(struct rxe_pd *pd, int access, u32 key, in lookup_mr()
691 u32 access = wqe->wr.wr.reg.access; in rxe_reg_fast_mr() local
/linux/security/
H A Ddevice_cgroup.c38 short access; member
250 static void set_access(char *acc, short access) in set_access()
328 u32 major, u32 minor, short access) in match_exception()
365 u32 major, u32 minor, short access) in match_exception_partial()
833 short access) in devcgroup_legacy_check_permission()
860 int devcgroup_check_permission(short type, u32 major, u32 minor, short access) in devcgroup_check_permission()
/linux/sound/core/
H A Dcontrol_led.c49 unsigned int access; member
82 static inline unsigned int access_to_group(unsigned int access) in access_to_group()
93 static struct snd_ctl_led *snd_ctl_led_get_by_access(unsigned int access) in snd_ctl_led_get_by_access()
138 static void snd_ctl_led_set_state(struct snd_card *card, unsigned int access, in snd_ctl_led_set_state()
201 unsigned int access) in snd_ctl_led_remove()
220 unsigned int access, access2; in snd_ctl_led_notify() local
251 unsigned int ioff, access, new_access; in DEFINE_FREE() local
/linux/security/landlock/
H A Daudit.c89 const access_mask_t access) in log_blockers()
230 access_mask_t access; in test_get_denied_layer() local
314 access_mask_t access; in test_get_layer_from_deny_masks() local
/linux/include/rdma/
H A Dib_umem.h170 int access); in ib_umem_get() argument
195 ib_umem_dmabuf_get(struct ib_device * device,unsigned long offset,size_t size,int fd,int access,struct dma_buf_attach_ops * ops) ib_umem_dmabuf_get() argument
202 ib_umem_dmabuf_get_pinned(struct ib_device * device,unsigned long offset,size_t size,int fd,int access) ib_umem_dmabuf_get_pinned() argument
211 ib_umem_dmabuf_get_pinned_with_dma_device(struct ib_device * device,struct device * dma_device,unsigned long offset,size_t size,int fd,int access) ib_umem_dmabuf_get_pinned_with_dma_device() argument
/linux/include/linux/
H A Dc2port.h20 unsigned int access:1; member
40 void (*access)(struct c2port_device *dev, int status); member
/linux/arch/arm/include/asm/
H A Darch_timer.h28 void arch_timer_reg_write_cp15(int access, enum arch_timer_reg reg, u64 val) in arch_timer_reg_write_cp15()
60 u32 arch_timer_reg_read_cp15(int access, enum arch_timer_reg reg) in arch_timer_reg_read_cp15()
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst977 Using hostfs
1002 hostfs as the root filesystem
1030 Hostfs Caveats
/linux/arch/powerpc/mm/book3s64/
H A Dhash_64k.c38 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K()
228 int __hash_page_64K(unsigned long ea, unsigned long access, in __hash_page_64K()
H A Dhash_4k.c21 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K()
/linux/fs/9p/
H A Dfid.c174 int i, n, l, access; in v9fs_fid_lookup_with_uid() local
290 int any, access; in v9fs_fid_lookup() local
/linux/fs/nfsd/
H A Dnfsfh.c320 struct svc_fh *fhp, umode_t type, int access) in __fh_verify()
415 umode_t type, int access) in fh_verify_local()
449 fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, umode_t type, int access) in fh_verify()
/linux/drivers/clocksource/
H A Darm_arch_timer.c126 void arch_timer_reg_write(int access, enum arch_timer_reg reg, u64 val, in arch_timer_reg_write()
164 u32 arch_timer_reg_read(int access, enum arch_timer_reg reg, in arch_timer_reg_read()
421 void erratum_set_next_event_generic(const int access, unsigned long evt, in erratum_set_next_event_generic()
665 static __always_inline irqreturn_t timer_handler(const int access, in timer_handler()
709 static __always_inline int arch_timer_shutdown(const int access, in arch_timer_shutdown()
741 static __always_inline void set_next_event(const int access, unsigned long evt, in set_next_event()
787 static __always_inline void set_next_event_mem(const int access, unsigned long evt, in set_next_event_mem()
/linux/arch/arm64/include/asm/
H A Darch_timer.h100 void arch_timer_reg_write_cp15(int access, enum arch_timer_reg reg, u64 val) in arch_timer_reg_write_cp15()
132 u64 arch_timer_reg_read_cp15(int access, enum arch_timer_reg reg) in arch_timer_reg_read_cp15()
/linux/tools/testing/selftests/bpf/progs/
H A Ddev_cgroup.c17 short access = ctx->access_type >> 16; in bpf_prog1() local
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c428 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) in mthca_mr_alloc()
510 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_notrans()
519 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_phys()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ptp.c418 enum idpf_ptp_access access; in idpf_ptp_settime64() local
475 enum idpf_ptp_access access; in idpf_ptp_adjtime() local
517 enum idpf_ptp_access access; in idpf_ptp_adjfine() local
/linux/arch/powerpc/platforms/cell/spufs/
H A Dfault.c88 u64 ea, dsisr, access; in spufs_handle_class1() local
/linux/drivers/mtd/maps/
H A Dpismo.c23 __le16 access; member
38 u16 access; member
/linux/arch/x86/kvm/
H A Dmmu.h187 u64 access) in permission_fault()
299 gpa_t gpa, u64 access, in kvm_translate_gpa()
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddma.h14 u32 access; member
/linux/rust/kernel/sync/
H A Dlocked_by.rs125 pub fn access<'a>(&'a self, owner: &'a U) -> &'a T in access() method

123456