/openbmc/linux/drivers/bus/ |
H A D | uniphier-system-bus.c | 29 u32 end; member 41 u64 end, mask; in uniphier_system_bus_add_bank() local 137 u32 base, end, mask, val; in uniphier_system_bus_set_reg() local
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_discard.c | 151 xfs_daddr_t end, in xfs_trim_gather_extents() 301 xfs_daddr_t end, in xfs_trim_extents() 372 xfs_daddr_t start, end, minlen; in xfs_ioc_trim() local
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | alternative.c | 56 static inline bool in_alt_jump(unsigned long jump, void *start, void *end) in in_alt_jump() 63 void *start, void *end) in recompute_jump() 183 void __init_or_module apply_alternatives(struct alt_instr *start, struct alt_instr *end) in apply_alternatives()
|
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() 276 static void __init add_numamem_region(u64 start, u64 end, u32 type) in add_numamem_region() 366 phys_addr_t end = memblock_end_of_DRAM() - 1; in fake_numa_init() local
|
/openbmc/linux/net/ceph/ |
H A D | armor.c | 37 int ceph_armor(char *dst, const char *src, const char *end) in ceph_armor() 75 int ceph_unarmor(char *dst, const char *src, const char *end) in ceph_unarmor()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | mmu.c | 57 phys_addr_t end, in stage2_apply_range() 82 #define stage2_apply_range_resched(mmu, addr, end, fn) \ argument 115 phys_addr_t end) in kvm_mmu_split_huge_pages() 323 phys_addr_t end = start + size; in __unmap_stage2_range() local 340 phys_addr_t end = addr + PAGE_SIZE * memslot->npages; in stage2_flush_memslot() local 518 phys_addr_t start, end, cur; in kvm_share_hyp() local 550 phys_addr_t start, end, cur; in kvm_unshare_hyp() local 579 unsigned long end = kern_hyp_va((unsigned long)to); in create_hyp_mappings() local 1129 phys_addr_t start, end; in kvm_mmu_wp_memory_region() local 1156 phys_addr_t start, end; in kvm_mmu_split_memory_region() local [all …]
|
/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()
|
H A D | memtype.h | 12 u64 end; member 41 static inline struct memtype *memtype_erase(u64 start, u64 end) in memtype_erase()
|
/openbmc/openpower-vpd-parser/vpd-manager/ |
H A D | editor_impl.cpp | 34 auto end = std::next(iterator, ptLength + 1); in checkPTForRecord() local 85 auto end = iteratorToNewdata; in updateData() local 135 auto end = iterator; in checkRecordForKwd() local 196 auto end = itrToRecordECC; in updateRecordECC() local 245 auto end = itrToRecData; in checkECC() local
|
/openbmc/linux/mm/ |
H A D | truncate.c | 210 bool truncate_inode_partial_folio(struct folio *folio, loff_t start, loff_t end) in truncate_inode_partial_folio() 333 pgoff_t end; /* exclusive */ in truncate_inode_pages_range() local 498 pgoff_t start, pgoff_t end, unsigned long *nr_failed) in mapping_try_invalidate() 556 pgoff_t start, pgoff_t end) in invalidate_mapping_pages() 619 pgoff_t start, pgoff_t end) in invalidate_inode_pages2_range()
|
/openbmc/linux/arch/mips/mm/ |
H A D | sc-r5k.c | 27 unsigned long end = start + scache_size; in blast_r5000_scache() local 37 unsigned long end, a; in r5k_dma_cache_inv_sc() local
|
H A D | c-r3k.c | 103 static void r3k_flush_icache_range(unsigned long start, unsigned long end) in r3k_flush_icache_range() 160 static void r3k_flush_dcache_range(unsigned long start, unsigned long end) in r3k_flush_dcache_range() 232 unsigned long start, unsigned long end) in r3k_flush_cache_range()
|
/openbmc/u-boot/arch/x86/cpu/coreboot/ |
H A D | sdram.c | 62 uint64_t end = memrange->base + memrange->size; in board_get_usable_ram_top() local 94 unsigned long long end = memrange->base + memrange->size; in dram_init() local
|
/openbmc/linux/drivers/gpu/drm/arm/display/include/ |
H A D | malidp_utils.h | 29 u32 end; member 32 static inline void set_range(struct malidp_range *rg, u32 start, u32 end) in set_range()
|
/openbmc/linux/arch/csky/mm/ |
H A D | dma-mapping.c | 15 void (*fn)(unsigned long start, unsigned long end)) in cache_op() 47 static void dma_wbinv_set_zero_range(unsigned long start, unsigned long end) in dma_wbinv_set_zero_range()
|
/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A D | hermes_dld.c | 149 hermes_find_pdr(const struct pdr *first_pdr, u32 record_id, const void *end) in hermes_find_pdr() 176 hermes_find_pdi(const struct pdi *first_pdi, u32 record_id, const void *end) in hermes_find_pdi() 254 hermes_blocks_length(const char *first_block, const void *end) in hermes_blocks_length() 277 int hermes_program(struct hermes *hw, const char *first_block, const void *end) in hermes_program()
|
/openbmc/linux/arch/x86/platform/intel-quark/ |
H A D | imr.c | 190 phys_addr_t end; in imr_dbgfs_state_show() local 301 phys_addr_t end; in imr_add_range() local 409 phys_addr_t end; in __imr_remove_range() local 541 unsigned long start, end; in imr_fixup_memmap() local
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | mmu.c | 137 unsigned long end) in psb_pd_addr_end() 485 unsigned long end; in psb_mmu_flush_ptes() local 530 unsigned long end; in psb_mmu_remove_pfn_sequence() local 572 unsigned long end; in psb_mmu_remove_pages() local 627 unsigned long end; in psb_mmu_insert_pfn_sequence() local 676 unsigned long end; in psb_mmu_insert_pages() local
|
/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 544 u64 end = *start + *size; in free_space_set_bits() local 611 u64 end = start + size; in modify_free_space_bitmap() local 725 u64 end = start + size; in remove_free_space_extent() local 877 u64 end = start + size; in add_free_space_extent() local 1072 u64 start, end; in populate_free_space_tree() local 1411 u64 start, end; in remove_block_group_free_space() local 1491 u64 end, offset; in load_free_space_bitmaps() local 1572 u64 end; in load_free_space_extents() local
|
/openbmc/linux/arch/arm64/mm/ |
H A D | flush.c | 18 void sync_icache_aliases(unsigned long start, unsigned long end) in sync_icache_aliases() 33 unsigned long end) in flush_ptrace_access()
|
/openbmc/u-boot/arch/arm/mach-imx/imx8/ |
H A D | cpu.c | 199 sc_faddr_t start, end; in get_owned_memreg() local 223 sc_faddr_t start, end, end1; in get_effective_memsize() local 255 sc_faddr_t start, end, end1, end2; in dram_init() local 316 sc_faddr_t start, end, end1, end2; in dram_init_banksize() local 408 sc_faddr_t start, end; in enable_caches() local
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | cacheflush.h | 225 vivt_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) in vivt_flush_cache_range() 249 #define flush_cache_range(vma,start,end) \ argument 331 static inline void flush_cache_vmap(unsigned long start, unsigned long end) in flush_cache_vmap() 343 #define flush_cache_vmap_early(start, end) do { } while (0) argument 345 static inline void flush_cache_vunmap(unsigned long start, unsigned long end) in flush_cache_vunmap()
|
/openbmc/linux/kernel/ |
H A D | static_call_inline.c | 293 static int addr_conflict(struct static_call_site *site, void *start, void *end) in addr_conflict() 306 void *start, void *end, bool init) in __static_call_text_reserved() 323 static int __static_call_mod_text_reserved(void *start, void *end) in __static_call_mod_text_reserved() 477 static inline int __static_call_mod_text_reserved(void *start, void *end) in __static_call_mod_text_reserved() 484 int static_call_text_reserved(void *start, void *end) in static_call_text_reserved()
|
/openbmc/linux/net/sctp/ |
H A D | tsnmap.c | 154 __u16 *start, __u16 *end) in sctp_tsnmap_next_gap_ack() 273 __u16 len, __u16 *start, __u16 *end) in sctp_tsnmap_find_gap_ack() 325 __u16 start = 0, end = 0; in sctp_tsnmap_num_gabs() local
|
/openbmc/qemu/tests/migration/ |
H A D | stress.c | 57 char *start, *end; in get_command_arg_str() local 107 char *end; in get_command_arg_ull() local 266 char *end; in main() local
|