Searched refs:writable (Results 51 - 64 of 64) sorted by relevance

123

/linux-master/drivers/infiniband/hw/mlx4/
H A Dmr.c376 * Force registering the memory as writable if the underlying pages
377 * are writable. This is so rereg can change the access permissions
378 * from readable to writable without having to run through ib_umem_get
487 !mmr->umem->writable) {
/linux-master/drivers/mtd/
H A Dmtd_blkdevs.c211 dev->writable = mode & BLK_OPEN_WRITE;
/linux-master/arch/s390/kvm/
H A Dkvm-s390.h377 long kvm_arch_fault_in_page(struct kvm_vcpu *vcpu, gpa_t gpa, int writable);
H A Dkvm-s390.c4581 * @writable: Whether the page should be writable or not
4587 long kvm_arch_fault_in_page(struct kvm_vcpu *vcpu, gpa_t gpa, int writable) argument
4590 writable ? FAULT_FLAG_WRITE : 0);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm346 s_and_b64 exec, exec, exec // Restore STATUS.EXECZ, not writable by s_setreg_b32
347 s_and_b64 vcc, vcc, vcc // Restore STATUS.VCCZ, not writable by s_setreg_b32
1220 s_and_b64 exec, exec, exec // Restore STATUS.EXECZ, not writable by s_setreg_b32
1221 s_and_b64 vcc, vcc, vcc // Restore STATUS.VCCZ, not writable by s_setreg_b32
H A Dcwsr_trap_handler_gfx8.asm662 s_and_b64 exec, exec, exec // Restore STATUS.EXECZ, not writable by s_setreg_b32
663 s_and_b64 vcc, vcc, vcc // Restore STATUS.VCCZ, not writable by s_setreg_b32
/linux-master/net/unix/
H A Daf_unix.c3156 * we set writable also when the other side has shut down the
3169 unsigned int writable; local
3204 writable = unix_writable(sk, state);
3205 if (writable) {
3212 writable = 0;
3217 if (writable)
/linux-master/mm/
H A Dhugetlb.c5295 int writable)
5300 if (writable) {
6692 int writable; local
6849 writable = 0;
6851 writable = dst_vma->vm_flags & VM_WRITE;
6853 _dst_pte = make_huge_pte(dst_vma, &folio->page, writable);
5294 make_huge_pte(struct vm_area_struct *vma, struct page *page, int writable) argument
/linux-master/drivers/infiniband/hw/mlx5/
H A Dodp.c570 if (odp->umem.writable && !downgrade)
1691 !mr->umem->writable) {
H A Ddevx.c2307 (obj->umem->writable ? MLX5_IB_MTT_WRITE : 0) |
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h238 bool writing, bool *writable);
/linux-master/fs/nfsd/
H A Dnfs4proc.c83 u32 *bmval, u32 *writable)
95 if (writable && !bmval_is_subset(bmval, writable))
97 if (writable && (bmval[2] & FATTR4_WORD2_MODE_UMASK) &&
82 check_attr_support(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, u32 *bmval, u32 *writable) argument
/linux-master/drivers/iommu/iommufd/
H A Dio_pagetable.c197 if ((iommu_prot & IOMMU_WRITE) && !pages->writable)
/linux-master/drivers/infiniband/hw/hfi1/
H A Dhfi.h2099 size_t npages, bool writable, struct page **pages);

Completed in 361 milliseconds

123