Home
last modified time | relevance | path

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

12

/arch/x86/hyperv/
Dmmu.c89 flush->address_space = virt_to_phys(info->mm->pgd); in hyperv_flush_tlb_others()
90 flush->address_space &= CR3_ADDR_MASK; in hyperv_flush_tlb_others()
93 flush->address_space = 0; in hyperv_flush_tlb_others()
185 flush->address_space = virt_to_phys(info->mm->pgd); in hyperv_flush_tlb_others_ex()
186 flush->address_space &= CR3_ADDR_MASK; in hyperv_flush_tlb_others_ex()
189 flush->address_space = 0; in hyperv_flush_tlb_others_ex()
Dnested.c43 flush->address_space = as; in hyperv_flush_guest_mapping()
114 flush->address_space = as; in hyperv_flush_guest_mapping_range()
/arch/powerpc/platforms/cell/spufs/
Dspufs.h71 struct address_space *local_store; /* local store mapping. */
72 struct address_space *mfc; /* 'mfc' area mappings. */
73 struct address_space *cntl; /* 'control' area mappings. */
74 struct address_space *signal1; /* 'signal1' area mappings. */
75 struct address_space *signal2; /* 'signal2' area mappings. */
76 struct address_space *mss; /* 'mss' area mappings. */
77 struct address_space *psmap; /* 'psmap' area mappings. */
/arch/csky/abiv1/
Dcacheflush.c18 struct address_space *mapping; in flush_dcache_page()
60 struct address_space *mapping; in flush_kernel_dcache_page()
/arch/unicore32/mm/
Dflush.c58 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page()
74 struct address_space *mapping; in flush_dcache_page()
Dmm.h35 extern void __flush_dcache_page(struct address_space *, struct page *);
Dmmu.c493 struct address_space *mapping; in update_mmu_cache()
/arch/riscv/include/asm/
Dcacheflush.h41 static inline void flush_dcache_mmap_lock(struct address_space *mapping) in flush_dcache_mmap_lock()
45 static inline void flush_dcache_mmap_unlock(struct address_space *mapping) in flush_dcache_mmap_unlock()
/arch/arm/mm/
Dflush.c199 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page()
237 static void __flush_dcache_aliases(struct address_space *mapping, struct page *page) in __flush_dcache_aliases()
273 struct address_space *mapping; in __sync_icache_dcache()
317 struct address_space *mapping; in flush_dcache_page()
360 struct address_space *mapping; in flush_kernel_dcache_page()
Dfault-armv.c129 make_coherent(struct address_space *mapping, struct vm_area_struct *vma, in make_coherent()
181 struct address_space *mapping; in update_mmu_cache()
Dmm.h54 extern void __flush_dcache_page(struct address_space *mapping, struct page *page);
/arch/nios2/mm/
Dcacheflush.c73 static void flush_aliases(struct address_space *mapping, struct page *page) in flush_aliases()
160 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page()
174 struct address_space *mapping; in flush_dcache_page()
206 struct address_space *mapping; in update_mmu_cache()
/arch/mips/dec/
Dplatform.c22 .address_space = 64,
/arch/x86/include/asm/
Dhyperv-tlfs.h853 u64 address_space; member
865 u64 address_space; member
882 u64 address_space; member
889 u64 address_space; member
897 u64 address_space; member
/arch/x86/kvm/
Dtrace.h1371 TP_PROTO(u64 processor_mask, u64 address_space, u64 flags),
1372 TP_ARGS(processor_mask, address_space, flags),
1376 __field(u64, address_space)
1382 __entry->address_space = address_space;
1387 __entry->processor_mask, __entry->address_space,
1395 TP_PROTO(u64 valid_bank_mask, u64 format, u64 address_space, u64 flags),
1396 TP_ARGS(valid_bank_mask, format, address_space, flags),
1401 __field(u64, address_space)
1408 __entry->address_space = address_space;
1415 __entry->address_space, __entry->flags)
Dhyperv.c1370 flush.address_space, flush.flags); in kvm_hv_flush_tlb()
1391 flush_ex.address_space, in kvm_hv_flush_tlb()
/arch/sh/mm/
Dcache-sh7705.c139 struct address_space *mapping = page_mapping_file(page); in sh7705_flush_dcache_page()
Dcache-sh4.c115 struct address_space *mapping = page_mapping_file(page); in sh4_flush_dcache_page()
/arch/mips/mm/
Dcache.c86 struct address_space *mapping = page_mapping_file(page); in __flush_dcache_page()
/arch/powerpc/kvm/
Dbook3s_xive.h139 struct address_space *mapping;
/arch/xtensa/mm/
Dcache.c130 struct address_space *mapping = page_mapping_file(page); in flush_dcache_page()
/arch/sparc/mm/
Dtlb.c120 struct address_space *mapping; in tlb_batch_add()
/arch/nds32/mm/
Dcacheflush.c240 struct address_space *mapping; in flush_dcache_page()
/arch/parisc/kernel/
Dcache.c327 struct address_space *mapping = page_mapping_file(page); in flush_dcache_page()
/arch/arc/mm/
Dcache.c839 struct address_space *mapping; in flush_dcache_page()

12