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

123

/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/mm/
H A Dmemory.c867 * exclusive entries currently only support private writable
2154 * means that if you want a shared writable mapping, you'd better
2155 * ask for a shared writable mapping!
2280 * case we are creating a writable PTE for a shared
3075 * Notify the address space that the page is about to become writable so that
3163 * case, all we need to do here is to mark the page as writable and update
3559 * Thus, with FAULT_FLAG_WRITE, we can safely just mark it writable once we've
3624 * Just mark the pages writable and/or call ops->pfn_mkwrite.
3846 * If we want to map a page that's in the swapcache writable, we
4116 * If we want to map a page that's in the swapcache writable, w
5060 bool writable = false; local
[all...]
H A Dhugetlb.c5301 int writable)
5306 if (writable) {
6675 int writable; local
6832 writable = 0;
6834 writable = dst_vma->vm_flags & VM_WRITE;
6836 _dst_pte = make_huge_pte(dst_vma, &folio->page, writable);
5300 make_huge_pte(struct vm_area_struct *vma, struct page *page, int writable) argument
/linux-master/net/unix/
H A Daf_unix.c3181 * we set writable also when the other side has shut down the
3194 unsigned int writable; local
3232 writable = unix_writable(sk);
3233 if (writable) {
3240 writable = 0;
3245 if (writable)
/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);
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c4583 * @writable: Whether the page should be writable or not
4589 long kvm_arch_fault_in_page(struct kvm_vcpu *vcpu, gpa_t gpa, int writable) argument
4592 writable ? FAULT_FLAG_WRITE : 0);

Completed in 230 milliseconds

123