/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | vgic-sys-reg-v3.c | 299 if (!r->access(vcpu, ¶ms, r)) in vgic_v3_cpu_sysregs_uaccess()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 30 enum ice_aq_res_access_type access, u32 timeout);
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105.h | 231 u64 access; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | mips-cm.h | 147 /* GCR_ACCESS - Controls core/IOCU access to GCRs */ 148 GCR_ACCESSOR_RW(32, 0x020, access) 407 * mips_cm_lock_other - lock access to redirect/other region 416 * by a call to mips_cm_unlock_other() when access to the redirect/other region 428 * mips_cm_unlock_other - unlock access to redirect/other region 430 * Must be called after mips_cm_lock_other() once all required access to the 444 * mips_cm_lock_other_cpu - lock access to redirect/other region 445 * @cpu: the other CPU whose register we want to access
|
/kernel/linux/linux-5.10/tools/usb/ |
H A D | testusb.c | 346 if (access(udev_usb_path, F_OK) == 0) in usb_dir_find()
|
/kernel/linux/linux-5.10/tools/testing/selftests/uevent/ |
H A D | uevent_filtering.c | 358 ret = access(__DEV_FULL, F_OK); in TEST()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v7m.S | 146 msr control, r1 @ Thread mode has unpriviledged access
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_verbs.h | 306 int access; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_common.h | 251 unsigned int pmask; /* port access rights mask */ 273 * The access and execute times are signed in order to accommodate negative 280 s16 access; /* time (ms) to access mailbox */ member
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | hbm.c | 135 if (access(prog, O_RDONLY) < 0) { in prog_load()
|
/kernel/linux/linux-5.10/tools/hv/ |
H A D | hv_vss_daemon.c | 78 if (!access(buffer, R_OK | X_OK)) { in is_dev_loop() 82 syslog(LOG_ERR, "Can't access: %s; error:%d %s!", in is_dev_loop()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | util.c | 354 if (access("/proc/version_signature", R_OK) == 0) in fetch_kernel_version()
|
/kernel/linux/linux-5.10/fs/hostfs/ |
H A D | hostfs_user.c | 65 if (access(path, mode) != 0) in access_file()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | rdma_vt.h | 94 * need to have access to this before registering with rdmav. However 95 * rdmavt will need access to it so drivers need to proviee this during 522 int access);
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asoc.h | 288 __le32 access; member
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105.h | 274 /* Serializes access to the dynamic config interface */ 289 u64 access; member
|
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_user.c | 66 if (access(path, mode) != 0) in access_file()
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | rdma_vt.h | 94 * need to have access to this before registering with rdmav. However 95 * rdmavt will need access to it so drivers need to provide this during 522 int access);
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asoc.h | 290 __le32 access; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_common.h | 251 unsigned int pmask; /* port access rights mask */ 273 * The access and execute times are signed in order to accommodate negative 280 s16 access; /* time (ms) to access mailbox */ member
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | spte.h | 62 * as not-present for access tracking purposes. We do not save the W bit as the 63 * PTEs being access tracked also need to be dirty tracked, so the W bit will be 85 * to not overlap the A/D type mask or the saved access bits of access-tracked 395 * case, the SPTE is access-protected, not just write-protected! 430 * access-tracking via the clear_young() MMU notifier also does not flush TLBs. 482 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | tu102.c | 128 .access = gv100_fifo_mmu_fault_access,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/ |
H A D | ttm_bo_vm.c | 103 * access to map(), unmap() completely unrelated buffer objects. TTM buffer 173 * instructing the caller to retry the page access. 448 .access = ttm_bo_vm_access,
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-replicator.c | 258 desc.access = CSDEV_ACCESS_IOMEM(base); in replicator_probe()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | util.c | 390 if (access("/proc/version_signature", R_OK) == 0) in fetch_kernel_version()
|