/openbmc/linux/arch/microblaze/include/asm/ |
H A D | tlbflush.h | 31 unsigned long start, unsigned long end) in local_flush_tlb_range() 34 #define flush_tlb_kernel_range(start, end) do { } while (0) argument 51 unsigned long start, unsigned long end) { } in flush_tlb_pgtables()
|
H A D | cacheflush.h | 56 #define flush_icache_range(start, end) mbc->iflr(start, end); argument 58 #define invalidate_icache_range(start, end) mbc->iinr(start, end); argument 64 #define invalidate_dcache_range(start, end) mbc->dinr(start, end); argument 66 #define flush_dcache_range(start, end) mbc->dflr(start, end); argument
|
/openbmc/linux/fs/afs/ |
H A D | write.c | 221 loff_t start, loff_t len) in afs_kill_pages() 259 loff_t start, loff_t len) in afs_redirty_pages() 290 static void afs_pages_written_back(struct afs_vnode *vnode, loff_t start, unsigned int len) in afs_pages_written_back() 464 loff_t start, in afs_extend_writeback() 584 loff_t start, loff_t end) in afs_write_back_from_locked_folio() 705 loff_t start, loff_t end, loff_t *_next, in afs_writepages_region() 808 loff_t start, next; in afs_writepages() local 889 int afs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in afs_fsync() 1048 loff_t start, size_t len, loff_t i_size, in afs_write_to_cache()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | sections.h | 20 uintptr_t start = (uintptr_t)_start; in is_va_kernel_text() local 28 uintptr_t start = (uintptr_t)lm_alias(_start); in is_va_kernel_lm_alias_text() local
|
/openbmc/linux/include/linux/ |
H A D | kmsan.h | 289 unsigned long start, unsigned long end, pgprot_t prot, in kmsan_vmap_pages_range_noflush() 295 static inline void kmsan_vunmap_range_noflush(unsigned long start, in kmsan_vunmap_range_noflush() 300 static inline int __must_check kmsan_ioremap_page_range(unsigned long start, in kmsan_ioremap_page_range() 309 static inline void kmsan_iounmap_page_range(unsigned long start, in kmsan_iounmap_page_range()
|
/openbmc/linux/fs/btrfs/ |
H A D | free-space-tree.c | 216 u64 start, end; in convert_free_space_to_bitmaps() local 353 u64 start, end; in convert_free_space_to_extents() local 538 struct btrfs_path *path, u64 *start, u64 *size, in free_space_set_bits() 607 u64 start, u64 size, int remove) in modify_free_space_bitmap() 720 u64 start, u64 size) in remove_free_space_extent() 806 struct btrfs_path *path, u64 start, u64 size) in __remove_from_free_space_tree() 834 u64 start, u64 size) in remove_from_free_space_tree() 872 u64 start, u64 size) in add_free_space_extent() 1027 u64 start, u64 size) in add_to_free_space_tree() 1072 u64 start, end; in populate_free_space_tree() local [all …]
|
/openbmc/linux/kernel/ |
H A D | range.c | 12 int add_range(struct range *range, int az, int nr_range, u64 start, u64 end) in add_range() 30 u64 start, u64 end) in add_range_with_merge() 65 void subtract_range(struct range *range, int az, u64 start, u64 end) in subtract_range()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | dma-noncoherent.c | 24 unsigned long start = (unsigned long)vaddr; in __dma_sync() local 64 unsigned long flags, start, seg_offset = offset; in __dma_sync_page_highmem() local 102 unsigned long start = (unsigned long)page_address(page) + offset; in __dma_sync_page() local
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | bitmap.h | 52 xfs_agblock_t start, xfs_extlen_t len) in xagb_bitmap_clear() 57 xfs_agblock_t start, xfs_extlen_t len) in xagb_bitmap_set() 65 xfs_agblock_t start, in xagb_bitmap_test()
|
/openbmc/linux/mm/ |
H A D | memtest.c | 42 u64 *p, *start, *end; in memtest() local 73 static void __init do_one_pass(u64 pattern, phys_addr_t start, phys_addr_t end) in do_one_pass() 107 void __init early_memtest(phys_addr_t start, phys_addr_t end) in early_memtest()
|
/openbmc/linux/arch/arm/mm/ |
H A D | cache-uniphier.c | 115 unsigned long start, in __uniphier_cache_maint_common() 180 unsigned long start, unsigned long end, in __uniphier_cache_maint_range() 238 static void uniphier_cache_maint_range(unsigned long start, unsigned long end, in uniphier_cache_maint_range() 255 static void uniphier_cache_inv_range(unsigned long start, unsigned long end) in uniphier_cache_inv_range() 260 static void uniphier_cache_clean_range(unsigned long start, unsigned long end) in uniphier_cache_clean_range() 265 static void uniphier_cache_flush_range(unsigned long start, unsigned long end) in uniphier_cache_flush_range()
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | memtype.c | 379 static unsigned long pat_x_mtrr_type(u64 start, u64 end, in pat_x_mtrr_type() 417 static int pat_pagerange_is_ram(resource_size_t start, resource_size_t end) in pat_pagerange_is_ram() 453 static int reserve_ram_pages_type(u64 start, u64 end, in reserve_ram_pages_type() 497 static int free_ram_pages_type(u64 start, u64 end) in free_ram_pages_type() 538 int memtype_reserve(u64 start, u64 end, enum page_cache_mode req_type, in memtype_reserve() 624 int memtype_free(u64 start, u64 end) in memtype_free() 729 int memtype_reserve_io(resource_size_t start, resource_size_t end, in memtype_reserve_io() 764 void memtype_free_io(resource_size_t start, resource_size_t end) in memtype_free_io() 770 int arch_io_reserve_memtype_wc(resource_size_t start, resource_size_t size) in arch_io_reserve_memtype_wc() 778 void arch_io_free_memtype_wc(resource_size_t start, resource_size_t size) in arch_io_free_memtype_wc()
|
/openbmc/linux/lib/ |
H A D | test_hmm.c | 327 static int dmirror_fault(struct dmirror *dmirror, unsigned long start, in dmirror_fault() 360 static int dmirror_do_read(struct dmirror *dmirror, unsigned long start, in dmirror_do_read() 389 unsigned long start, end; in dmirror_read() local 455 unsigned long start, end; in dmirror_write() local 709 static int dmirror_atomic_map(unsigned long start, unsigned long end, in dmirror_atomic_map() 742 unsigned long start = args->start; in dmirror_migrate_finalize_and_map() local 780 unsigned long start, end, addr; in dmirror_exclusive() local 854 unsigned long start = args->start; in dmirror_devmem_fault_alloc_and_copy() local 903 unsigned long start, end, addr; in dmirror_migrate_to_system() local 963 unsigned long start, end, addr; in dmirror_migrate_to_device() local [all …]
|
/openbmc/sdbusplus/test/event/ |
H A D | event.cpp | 19 auto start = std::chrono::steady_clock::now(); in TEST_F() local 33 auto start = std::chrono::steady_clock::now(); in TEST_F() local 74 auto start = std::chrono::steady_clock::now(); in TEST_F() local
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon-page_range_tree.c | 38 uint64_t start, uint64_t count) in page_range_tree_insert_new() 52 uint64_t start, uint64_t count, in hvb_page_range_tree_insert() 167 uint64_t start, uint64_t count) in hvb_page_range_tree_intree_any()
|
/openbmc/linux/arch/x86/mm/ |
H A D | init_64.c | 133 static void sync_global_pgds_l5(unsigned long start, unsigned long end) in sync_global_pgds_l5() 170 static void sync_global_pgds_l4(unsigned long start, unsigned long end) in sync_global_pgds_l4() 218 static void sync_global_pgds(unsigned long start, unsigned long end) in sync_global_pgds() 855 unsigned long start = ALIGN_DOWN(addr, PMD_SIZE); in vmemmap_pmd_is_unused() local 868 static void __meminit __vmemmap_use_sub_pmd(unsigned long start) in __vmemmap_use_sub_pmd() 939 static void update_end_of_memory_vars(u64 start, u64 size) in update_end_of_memory_vars() 969 int arch_add_memory(int nid, u64 start, u64 size, in arch_add_memory() 1223 remove_pagetable(unsigned long start, unsigned long end, bool direct, in remove_pagetable() 1245 void __ref vmemmap_free(unsigned long start, unsigned long end, in vmemmap_free() 1255 kernel_physical_mapping_remove(unsigned long start, unsigned long end) in kernel_physical_mapping_remove() [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | cache_v8.c | 279 u64 start = map->virt; in count_required_pts() local 449 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 457 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 507 static u64 set_one_region(u64 start, u64 size, u64 attrs, bool flag, int level) in set_one_region() 543 void mmu_set_region_dcache_behaviour(phys_addr_t start, size_t size, in mmu_set_region_dcache_behaviour() 601 u64 r, size, start; in mmu_change_region_attr() local 682 void mmu_set_region_dcache_behaviour(phys_addr_t start, size_t size, in mmu_set_region_dcache_behaviour()
|
/openbmc/linux/tools/perf/util/ |
H A D | time-utils.c | 67 static int split_start_end(char **start, char **end, const char *ostr, char ch) in split_start_end() 200 double end_pcnt, u64 start, u64 end) in set_percent_time() 219 u64 start, u64 end) in percent_slash_split() 254 u64 start, u64 end) in percent_dash_split() 283 const char *ostr, u64 start, u64 end, in percent_comma_split() 328 const char *ostr, u64 start, u64 end, char *c) in one_percent_convert() 359 const char *ostr, u64 start, u64 end) in perf_time__percent_parse_str()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | vm_util.c | 19 uint64_t pagemap_get_entry(int fd, char *start) in pagemap_get_entry() 31 bool pagemap_is_softdirty(int fd, char *start) in pagemap_is_softdirty() 36 bool pagemap_is_swapped(int fd, char *start) in pagemap_is_swapped() 41 bool pagemap_is_populated(int fd, char *start) in pagemap_is_populated() 46 unsigned long pagemap_get_pfn(int fd, char *start) in pagemap_get_pfn()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | numa.c | 151 static int __init numa_add_memblk_to(int nid, u64 start, u64 end, in numa_add_memblk_to() 188 int __init numa_add_memblk(int nid, u64 start, u64 end) in numa_add_memblk() 255 static void __init add_node_intersection(u32 node, u64 start, u64 size, u32 type) in add_node_intersection() 276 static void __init add_numamem_region(u64 start, u64 end, u32 type) in add_numamem_region() 365 phys_addr_t start = memblock_start_of_DRAM(); in fake_numa_init() local
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_page_dirty.c | 65 unsigned long start; member 141 pgoff_t start = 0; in vmw_bo_dirty_scan_mkwrite() local 185 pgoff_t start, pgoff_t end) in vmw_bo_dirty_pre_unmap() 210 pgoff_t start, pgoff_t end) in vmw_bo_dirty_unmap() 311 pgoff_t start, cur, end; in vmw_bo_dirty_transfer_to_res() local
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | raw_skew.c | 60 long long diff_timespec(struct timespec start, struct timespec end) in diff_timespec() 71 struct timespec start, mid, end; in get_monotonic_and_raw() local 94 struct timespec mon, raw, start, end; in main() local
|
/openbmc/linux/arch/x86/pci/ |
H A D | mmconfig-shared.c | 70 static struct pci_mmcfg_region *pci_mmconfig_alloc(int segment, int start, in pci_mmconfig_alloc() 99 struct pci_mmcfg_region *__init pci_mmconfig_add(int segment, int start, in pci_mmconfig_add() 272 int start, size_index, end; in pci_mmcfg_nvidia_mcp55() local 429 static bool is_acpi_reserved(u64 start, u64 end, enum e820_type not_used) in is_acpi_reserved() 446 static bool is_efi_mmio(u64 start, u64 end, enum e820_type not_used) in is_efi_mmio() 675 static int pci_mmcfg_for_each_region(int (*func)(__u64 start, __u64 size, in pci_mmcfg_for_each_region() 782 int pci_mmconfig_insert(struct device *dev, u16 seg, u8 start, u8 end, in pci_mmconfig_insert() 856 int pci_mmconfig_delete(u16 seg, u8 start, u8 end) in pci_mmconfig_delete()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | cache.c | 680 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() 705 static void flush_cache_pages(struct vm_area_struct *vma, unsigned long start, unsigned long end) in flush_cache_pages() 754 void flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) in flush_cache_range() 825 void flush_cache_vmap(unsigned long start, unsigned long end) in flush_cache_vmap() 872 void flush_cache_vunmap(unsigned long start, unsigned long end) in flush_cache_vunmap() 893 unsigned long start = (unsigned long)vaddr; in flush_kernel_vmap_range() local 913 unsigned long start = (unsigned long)vaddr; in invalidate_kernel_vmap_range() local 938 unsigned long start, end; in SYSCALL_DEFINE3() local
|
/openbmc/linux/arch/x86/coco/tdx/ |
H A D | tdx-shared.c | 4 static unsigned long try_accept_one(phys_addr_t start, unsigned long len, in try_accept_one() 44 bool tdx_accept_memory(phys_addr_t start, phys_addr_t end) in tdx_accept_memory()
|