Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 25 of 25) sorted by relevance

/arch/arm/
DKconfig-nommu48 vectors to be mapped to writable memory, say 'n' here.
52 the writable versions located at DRAM_BASE.
/arch/powerpc/include/asm/book3s/64/
Dhugetlb.h37 struct page *page, int writable) in arch_make_huge_pte() argument
/arch/powerpc/kvm/
Dbook3s_32_mmu_host.c157 bool writable; in kvmppc_mmu_map_page() local
160 hpaddr = kvmppc_gpa_to_pfn(vcpu, orig_pte->raddr, iswrite, &writable); in kvmppc_mmu_map_page()
210 if (orig_pte->may_write && writable) { in kvmppc_mmu_map_page()
Dbook3s_64_mmu_host.c96 bool writable; in kvmppc_mmu_map_page() local
108 pfn = kvmppc_gpa_to_pfn(vcpu, orig_pte->raddr, iswrite, &writable); in kvmppc_mmu_map_page()
136 if (!orig_pte->may_write || !writable) in kvmppc_mmu_map_page()
Dbook3s.c401 bool *writable) in kvmppc_gpa_to_pfn() argument
417 if (writable) in kvmppc_gpa_to_pfn()
418 *writable = true; in kvmppc_gpa_to_pfn()
422 return gfn_to_pfn_prot(vcpu->kvm, gfn, writing, writable); in kvmppc_gpa_to_pfn()
/arch/arm64/include/asm/
Dhugetlb.h71 struct page *page, int writable);
Dkvm_mmu.h170 phys_addr_t pa, unsigned long size, bool writable);
/arch/tile/include/asm/
Dhugetlb.h103 struct page *page, int writable) in arch_make_huge_pte() argument
/arch/arm/include/asm/
Dkvm_mmu.h58 phys_addr_t pa, unsigned long size, bool writable);
/arch/arm/boot/dts/
Darmada-385-linksys-cobra.dts154 * 38MiB, last MiB is for the BBT, not writable
Darmada-385-linksys-shelby.dts154 * 38MiB, last MiB is for the BBT, not writable
Darmada-385-linksys-caiman.dts154 * 38MiB, last MiB is for the BBT, not writable
Darmada-385-linksys-rango.dts168 * 86MiB, last MiB is for the BBT, not writable
Darmada-370-netgear-rn102.dts155 /* Last MB is for the BBT, i.e. not writable */
Darmada-370-netgear-rn104.dts164 /* Last MB is for the BBT, i.e. not writable */
Darmada-xp-netgear-rn2120.dts191 /* Last MB is for the BBT, i.e. not writable */
Darmada-xp-linksys-mamba.dts254 * 38MB, last MB is for the BBT, not writable
/arch/powerpc/include/asm/
Dkvm_book3s.h216 bool writing, bool *writable);
/arch/arm64/mm/
Dhugetlbpage.c291 struct page *page, int writable) in arch_make_huge_pte() argument
/arch/s390/kvm/
Dkvm-s390.h277 long kvm_arch_fault_in_page(struct kvm_vcpu *vcpu, gpa_t gpa, int writable);
Dpriv.c1277 bool writable; in handle_tprot() local
1312 hva = gfn_to_hva_prot(vcpu->kvm, gpa_to_gfn(gpa), &writable); in handle_tprot()
1316 if (!writable) in handle_tprot()
Dkvm-s390.c3031 long kvm_arch_fault_in_page(struct kvm_vcpu *vcpu, gpa_t gpa, int writable) in kvm_arch_fault_in_page() argument
3034 writable ? FAULT_FLAG_WRITE : 0); in kvm_arch_fault_in_page()
/arch/tile/include/hv/
Dhypervisor.h2404 _HV_BIT(writable, WRITABLE) in _HV_BIT()
/arch/sparc/include/asm/
Dpgtable_64.h381 struct page *page, int writable);
/arch/x86/kvm/
Dmmu.c3415 gva_t gva, kvm_pfn_t *pfn, bool write, bool *writable);
3936 gva_t gva, kvm_pfn_t *pfn, bool write, bool *writable) in try_async_pf() argument
3943 *pfn = __gfn_to_pfn_memslot(slot, gfn, false, &async, write, writable); in try_async_pf()
3957 *pfn = __gfn_to_pfn_memslot(slot, gfn, false, NULL, write, writable); in try_async_pf()