/arch/arm/ |
D | Kconfig-nommu | 48 vectors to be mapped to writable memory, say 'n' here. 52 the writable versions located at DRAM_BASE.
|
/arch/powerpc/include/asm/book3s/64/ |
D | hugetlb.h | 37 struct page *page, int writable) in arch_make_huge_pte() argument
|
/arch/powerpc/kvm/ |
D | book3s_32_mmu_host.c | 157 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()
|
D | book3s_64_mmu_host.c | 96 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()
|
D | book3s.c | 401 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/ |
D | hugetlb.h | 71 struct page *page, int writable);
|
D | kvm_mmu.h | 170 phys_addr_t pa, unsigned long size, bool writable);
|
/arch/tile/include/asm/ |
D | hugetlb.h | 103 struct page *page, int writable) in arch_make_huge_pte() argument
|
/arch/arm/include/asm/ |
D | kvm_mmu.h | 58 phys_addr_t pa, unsigned long size, bool writable);
|
/arch/arm/boot/dts/ |
D | armada-385-linksys-cobra.dts | 154 * 38MiB, last MiB is for the BBT, not writable
|
D | armada-385-linksys-shelby.dts | 154 * 38MiB, last MiB is for the BBT, not writable
|
D | armada-385-linksys-caiman.dts | 154 * 38MiB, last MiB is for the BBT, not writable
|
D | armada-385-linksys-rango.dts | 168 * 86MiB, last MiB is for the BBT, not writable
|
D | armada-370-netgear-rn102.dts | 155 /* Last MB is for the BBT, i.e. not writable */
|
D | armada-370-netgear-rn104.dts | 164 /* Last MB is for the BBT, i.e. not writable */
|
D | armada-xp-netgear-rn2120.dts | 191 /* Last MB is for the BBT, i.e. not writable */
|
D | armada-xp-linksys-mamba.dts | 254 * 38MB, last MB is for the BBT, not writable
|
/arch/powerpc/include/asm/ |
D | kvm_book3s.h | 216 bool writing, bool *writable);
|
/arch/arm64/mm/ |
D | hugetlbpage.c | 291 struct page *page, int writable) in arch_make_huge_pte() argument
|
/arch/s390/kvm/ |
D | kvm-s390.h | 277 long kvm_arch_fault_in_page(struct kvm_vcpu *vcpu, gpa_t gpa, int writable);
|
D | priv.c | 1277 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()
|
D | kvm-s390.c | 3031 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/ |
D | hypervisor.h | 2404 _HV_BIT(writable, WRITABLE) in _HV_BIT()
|
/arch/sparc/include/asm/ |
D | pgtable_64.h | 381 struct page *page, int writable);
|
/arch/x86/kvm/ |
D | mmu.c | 3415 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()
|