Searched refs:address_space (Results 1 - 25 of 331) sorted by path

1234567891011>>

/linux-master/arch/mips/dec/
H A Dplatform.c22 .address_space = 64,
/linux-master/fs/qnx6/
H A Ddir.c29 struct address_space *mapping = dir->i_mapping;
54 struct address_space *mapping = sbi->longfile->i_mapping;
/linux-master/arch/arm/mm/
H A Dfault-armv.c135 make_coherent(struct address_space *mapping, struct vm_area_struct *vma,
187 struct address_space *mapping;
H A Dflush.c199 void __flush_dcache_folio(struct address_space *mapping, struct folio *folio)
238 static void __flush_dcache_aliases(struct address_space *mapping, struct folio *folio)
289 struct address_space *mapping;
336 struct address_space *mapping;
H A Dmm.h48 void __flush_dcache_folio(struct address_space *mapping, struct folio *folio);
/linux-master/arch/csky/abiv1/
H A Dcacheflush.c20 struct address_space *mapping;
/linux-master/arch/mips/mm/
H A Dcache.c105 struct address_space *mapping = folio_flush_mapping(folio);
/linux-master/arch/nios2/mm/
H A Dcacheflush.c74 static void flush_aliases(struct address_space *mapping, struct folio *folio)
177 struct address_space *mapping;
215 struct address_space *mapping;
/linux-master/arch/parisc/kernel/
H A Dcache.c415 struct address_space *mapping = folio_flush_mapping(folio);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive.h145 struct address_space *mapping;
/linux-master/arch/powerpc/platforms/cell/spufs/
H A 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. */
/linux-master/arch/sh/mm/
H A Dcache-sh4.c114 struct address_space *mapping = folio_flush_mapping(folio);
H A Dcache-sh7705.c138 struct address_space *mapping = folio_flush_mapping(folio);
/linux-master/arch/sparc/mm/
H A Dinit_64.c466 struct address_space *mapping;
H A Dtlb.c119 struct address_space *mapping;
/linux-master/arch/x86/hyperv/
H A Dmmu.c88 flush->address_space = virt_to_phys(info->mm->pgd);
89 flush->address_space &= CR3_ADDR_MASK;
92 flush->address_space = 0;
190 flush->address_space = virt_to_phys(info->mm->pgd);
191 flush->address_space &= CR3_ADDR_MASK;
194 flush->address_space = 0;
H A Dnested.c39 flush->address_space = as;
107 flush->address_space = as;
/linux-master/arch/x86/include/asm/
H A Dpercpu.h40 #define __seg_gs __attribute__((address_space(__seg_gs)))
41 #define __seg_fs __attribute__((address_space(__seg_fs)))
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dencl.c952 struct address_space *mapping = encl->backing->f_mapping;
/linux-master/arch/x86/kvm/
H A Dhyperv.c2046 flush.address_space = hc->ingpa;
2058 flush.address_space, flush.flags,
2075 flush_ex.address_space = hc->ingpa;
2089 flush_ex.address_space,
H A Dtrace.h1556 TP_PROTO(u64 processor_mask, u64 address_space, u64 flags, bool guest_mode),
1557 TP_ARGS(processor_mask, address_space, flags, guest_mode),
1561 __field(u64, address_space)
1568 __entry->address_space = address_space;
1573 TP_printk("processor_mask 0x%llx address_space 0x%llx flags 0x%llx %s",
1574 __entry->processor_mask, __entry->address_space,
1582 TP_PROTO(u64 valid_bank_mask, u64 format, u64 address_space, u64 flags, bool guest_mode),
1583 TP_ARGS(valid_bank_mask, format, address_space, flags, guest_mode),
1588 __field(u64, address_space)
[all...]
/linux-master/arch/xtensa/mm/
H A Dcache.c126 struct address_space *mapping = folio_flush_mapping(folio);
/linux-master/block/
H A Dbdev.c79 struct address_space *mapping = bdev->bd_inode->i_mapping;
91 struct address_space *mapping = bdev->bd_inode->i_mapping;
1195 struct address_space *mapping = inode->i_mapping;
H A Dfops.c422 static int blkdev_writepages(struct address_space *mapping,
446 static int blkdev_write_begin(struct file *file, struct address_space *mapping,
452 static int blkdev_write_end(struct file *file, struct address_space *mapping,
505 static int blkdev_writepages(struct address_space *mapping,
/linux-master/block/partitions/
H A Dcore.c707 struct address_space *mapping = state->disk->part0->bd_inode->i_mapping;

Completed in 534 milliseconds

1234567891011>>