/arch/arm/ |
D | Kconfig-nommu | 50 vectors to be mapped to writable memory, say 'n' here. 54 the writable versions located at DRAM_BASE.
|
/arch/arm64/include/asm/ |
D | hugetlb.h | 38 struct page *page, int writable);
|
D | kvm_mmu.h | 159 phys_addr_t pa, unsigned long size, bool writable);
|
/arch/powerpc/kvm/ |
D | book3s_32_mmu_host.c | 145 bool writable; in kvmppc_mmu_map_page() local 148 hpaddr = kvmppc_gpa_to_pfn(vcpu, orig_pte->raddr, iswrite, &writable); in kvmppc_mmu_map_page() 198 if (orig_pte->may_write && writable) { in kvmppc_mmu_map_page()
|
D | book3s_64_mmu_host.c | 84 bool writable; in kvmppc_mmu_map_page() local 96 pfn = kvmppc_gpa_to_pfn(vcpu, orig_pte->raddr, iswrite, &writable); in kvmppc_mmu_map_page() 124 if (!orig_pte->may_write || !writable) in kvmppc_mmu_map_page()
|
D | book3s.c | 427 bool *writable) in kvmppc_gpa_to_pfn() argument 443 if (writable) in kvmppc_gpa_to_pfn() 444 *writable = true; in kvmppc_gpa_to_pfn() 448 return gfn_to_pfn_prot(vcpu->kvm, gfn, writing, writable); in kvmppc_gpa_to_pfn()
|
/arch/x86/ras/ |
D | Kconfig | 21 collector feature. "pfn" is a writable file that allows user to
|
/arch/arm/boot/dts/ |
D | armada-385-linksys-caiman.dts | 126 * 38MiB, last MiB is for the BBT, not writable
|
D | armada-385-linksys-shelby.dts | 126 * 38MiB, last MiB is for the BBT, not writable
|
D | armada-385-linksys-cobra.dts | 126 * 38MiB, last MiB is for the BBT, not writable
|
D | armada-385-linksys-rango.dts | 140 * 86MiB, last MiB is for the BBT, not writable
|
D | armada-370-netgear-rn102.dts | 269 /* Last MB is for the BBT, i.e. not writable */
|
D | armada-370-netgear-rn104.dts | 295 /* Last MB is for the BBT, i.e. not writable */
|
D | armada-xp-linksys-mamba.dts | 380 * 38MB, last MB is for the BBT, not writable
|
D | armada-xp-netgear-rn2120.dts | 350 /* Last MB is for the BBT, i.e. not writable */
|
/arch/arm/include/asm/ |
D | kvm_mmu.h | 58 phys_addr_t pa, unsigned long size, bool writable);
|
/arch/arm64/mm/ |
D | hugetlbpage.c | 298 struct page *page, int writable) in arch_make_huge_pte() argument
|
/arch/s390/kvm/ |
D | kvm-s390.h | 286 long kvm_arch_fault_in_page(struct kvm_vcpu *vcpu, gpa_t gpa, int writable);
|
D | priv.c | 1442 bool writable; in handle_tprot() local 1477 hva = gfn_to_hva_prot(vcpu->kvm, gpa_to_gfn(gpa), &writable); in handle_tprot() 1481 if (!writable) in handle_tprot()
|
D | kvm-s390.c | 3613 long kvm_arch_fault_in_page(struct kvm_vcpu *vcpu, gpa_t gpa, int writable) in kvm_arch_fault_in_page() argument 3616 writable ? FAULT_FLAG_WRITE : 0); in kvm_arch_fault_in_page()
|
/arch/powerpc/include/asm/ |
D | kvm_book3s.h | 239 bool writing, bool *writable);
|
/arch/sparc/include/asm/ |
D | pgtable_64.h | 381 struct page *page, int writable);
|
/arch/x86/kvm/ |
D | mmu.c | 3648 bool *writable); 4202 bool *writable) in try_async_pf() argument 4217 *pfn = __gfn_to_pfn_memslot(slot, gfn, false, &async, write, writable); in try_async_pf() 4231 *pfn = __gfn_to_pfn_memslot(slot, gfn, false, NULL, write, writable); in try_async_pf()
|
/arch/xtensa/ |
D | Kconfig | 265 bit 1: writable,
|