/linux/tools/testing/selftests/exec/ |
H A D | check-exec.c | 71 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 D | umem_dmabuf.c | 120 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 D | rxe_mw.c | 51 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 D | rxe_mr.c | 48 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 D | device_cgroup.c | 38 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 D | control_led.c | 49 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 D | audit.c | 89 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 D | ib_umem.h | 170 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 D | c2port.h | 20 unsigned int access:1; member 40 void (*access)(struct c2port_device *dev, int status); member
|
/linux/arch/arm/include/asm/ |
H A D | arch_timer.h | 28 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 D | user_mode_linux_howto_v2.rst | 977 Using hostfs 1002 hostfs as the root filesystem 1030 Hostfs Caveats
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_64k.c | 38 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 D | hash_4k.c | 21 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K()
|
/linux/fs/9p/ |
H A D | fid.c | 174 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 D | nfsfh.c | 320 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 D | arm_arch_timer.c | 126 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 D | arch_timer.h | 100 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 D | dev_cgroup.c | 17 short access = ctx->access_type >> 16; in bpf_prog1() local
|
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_mr.c | 428 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 D | idpf_ptp.c | 418 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 D | fault.c | 88 u64 ea, dsisr, access; in spufs_handle_class1() local
|
/linux/drivers/mtd/maps/ |
H A D | pismo.c | 23 __le16 access; member 38 u16 access; member
|
/linux/arch/x86/kvm/ |
H A D | mmu.h | 187 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 D | dma.h | 14 u32 access; member
|
/linux/rust/kernel/sync/ |
H A D | locked_by.rs | 125 pub fn access<'a>(&'a self, owner: &'a U) -> &'a T in access() method
|