/openbmc/linux/arch/powerpc/mm/ |
H A D | mem.c | 61 int __weak create_section_mapping(unsigned long start, unsigned long end, in create_section_mapping() 67 int __weak remove_section_mapping(unsigned long start, unsigned long end) in remove_section_mapping() 233 unsigned long end = __fix_to_virt(FIX_KMAP_BEGIN); in paging_init() local 354 phys_addr_t start, end; in add_system_ram_resources() local
|
/openbmc/linux/crypto/ |
H A D | tcrypt.c | 178 unsigned long start, end; in test_mb_aead_jiffies() local 223 cycles_t start, end; in test_mb_aead_cycles() local 456 unsigned long start, end; in test_aead_jiffies() local 495 cycles_t start, end; in test_aead_cycles() local 722 unsigned long start, end; in test_ahash_jiffies_digest() local 742 unsigned long start, end; in test_ahash_jiffies() local 786 cycles_t start, end; in test_ahash_cycles_digest() local 835 cycles_t start, end; in test_ahash_cycles() local 995 unsigned long start, end; in test_mb_acipher_jiffies() local 1040 cycles_t start, end; in test_mb_acipher_cycles() local [all …]
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | cacheflush.h | 42 #define flush_cache_vmap(start, end) flush_cache_all() argument 43 #define flush_cache_vmap_early(start, end) do { } while (0) argument 44 #define flush_cache_vunmap(start, end) flush_cache_all() argument
|
/openbmc/linux/arch/arm/mm/ |
H A D | cache-tauros2.c | 66 static void tauros2_inv_range(unsigned long start, unsigned long end) in tauros2_inv_range() 95 static void tauros2_clean_range(unsigned long start, unsigned long end) in tauros2_clean_range() 106 static void tauros2_flush_range(unsigned long start, unsigned long end) in tauros2_flush_range()
|
H A D | mmu.c | 767 unsigned long end, unsigned long pfn, in alloc_init_pte() 781 unsigned long end, phys_addr_t phys, in __map_init_section() 808 unsigned long end, phys_addr_t phys, in alloc_init_pmd() 840 unsigned long end, phys_addr_t phys, in alloc_init_pud() 855 unsigned long end, phys_addr_t phys, in alloc_init_p4d() 875 unsigned long addr, length, end; in create_36bit_mapping() local 936 unsigned long addr, length, end; in __create_mapping() local 1278 phys_addr_t end = memblock_end_of_DRAM(); in adjust_lowmem_bounds() local 1294 phys_addr_t end; in prepare_page_table() local 1490 phys_addr_t start, end; in map_lowmem() local
|
H A D | cache-uniphier.c | 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()
|
H A D | ioremap.c | 132 unsigned long end) in memcpy_pgd() 149 unsigned long end = in __check_vmalloc_seq() local 175 unsigned long addr = virt, end = virt + (size & ~(SZ_1M - 1)); in unmap_area_sections() local 216 unsigned long addr = virt, end = virt + size; in remap_area_sections() local 243 unsigned long addr = virt, end = virt + size; in remap_area_supersections() local
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon-page_range_tree.h | 25 uint64_t end = MIN(endr, start); in page_range_part_before() local 40 uint64_t end = range->start + range->count; in page_range_part_after() local 57 uint64_t end = MIN(end1, end2); in page_range_intersect() local
|
/openbmc/linux/net/ceph/ |
H A D | auth_x.c | 97 static int ceph_x_decrypt(struct ceph_crypto_key *secret, void **p, void *end) in ceph_x_decrypt() 162 void **p, void *end) in process_one_ticket() 272 void **p, void *end) in ceph_x_proc_ticket_reply() 307 void *p, *end; in encrypt_authorizer() local 419 void **p, void *end) in ceph_x_encode_ticket() 489 void *buf, void *end) in ceph_x_build_request() 572 static int decode_con_secret(void **p, void *end, u8 *con_secret, in decode_con_secret() 601 void **p, void *end, in handle_auth_session_key() 666 void *buf, void *end, in ceph_x_handle_reply() 845 void **p, void *end, u64 *nonce_plus_one, in decrypt_authorizer_reply()
|
/openbmc/linux/arch/x86/kernel/acpi/ |
H A D | boot.c | 208 acpi_parse_x2apic(union acpi_subtable_headers *header, const unsigned long end) in acpi_parse_x2apic() 257 acpi_parse_lapic(union acpi_subtable_headers * header, const unsigned long end) in acpi_parse_lapic() 291 acpi_parse_sapic(union acpi_subtable_headers *header, const unsigned long end) in acpi_parse_sapic() 311 const unsigned long end) in acpi_parse_lapic_addr_ovr() 329 const unsigned long end) in acpi_parse_x2apic_nmi() 347 acpi_parse_lapic_nmi(union acpi_subtable_headers * header, const unsigned long end) in acpi_parse_lapic_nmi() 520 acpi_parse_ioapic(union acpi_subtable_headers * header, const unsigned long end) in acpi_parse_ioapic() 580 const unsigned long end) in acpi_parse_int_src_ovr() 624 acpi_parse_nmi_src(union acpi_subtable_headers * header, const unsigned long end) in acpi_parse_nmi_src() 1169 const unsigned long end) in acpi_parse_mp_wake()
|
/openbmc/linux/drivers/pnp/ |
H A D | resource.c | 158 #define length(start, end) (*(end) - *(start) + 1) argument 172 resource_size_t *port, *end, *tport, *tend; in pnp_check_port() local 235 resource_size_t *addr, *end, *taddr, *tend; in pnp_check_mem() local 571 resource_size_t end, int flags) in pnp_add_io_resource() 595 resource_size_t end, int flags) in pnp_add_mem_resource() 619 resource_size_t end) in pnp_add_bus_resource() 687 int pnp_range_reserved(resource_size_t start, resource_size_t end) in pnp_range_reserved()
|
/openbmc/linux/arch/x86/pci/ |
H A D | mmconfig-shared.c | 71 int end, u64 addr) in pci_mmconfig_alloc() 100 int end, u64 addr) 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() 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/fs/proc/ |
H A D | bootconfig.c | 23 #define rest(dst, end) ((end) > (dst) ? (end) - (dst) : 0) argument 29 char *key, *end = dst + size; in copy_xbc_key_value_list() local
|
/openbmc/linux/arch/powerpc/mm/kasan/ |
H A D | init_book3s_64.c | 24 static void __init kasan_init_phys_region(void *start, void *end) in kasan_init_phys_region() 55 phys_addr_t start, end; in kasan_init() local
|
/openbmc/linux/arch/s390/kernel/ |
H A D | alternative.c | 21 struct alt_instr *end) in __apply_alternatives() 48 struct alt_instr *end) in apply_alternatives()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | cacheflush.h | 20 #define flush_icache_range(start, end) imb() argument 22 #define flush_icache_range(start, end) smp_imb() argument
|
/openbmc/linux/arch/arc/mm/ |
H A D | tlb.c | 209 unsigned long end) in local_flush_tlb_range() 251 void local_flush_tlb_kernel_range(unsigned long start, unsigned long end) in local_flush_tlb_kernel_range() 355 unsigned long end) in flush_tlb_range() 368 unsigned long end) in flush_pmd_tlb_range() 380 void flush_tlb_kernel_range(unsigned long start, unsigned long end) in flush_tlb_kernel_range() 544 unsigned long end) in local_flush_pmd_tlb_range()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | fixmap.c | 52 unsigned long end) in early_fixmap_init_pmd() 70 unsigned long end) in early_fixmap_init_pud() 101 unsigned long end = FIXADDR_TOP; in early_fixmap_init() local
|
/openbmc/linux/arch/mips/mm/ |
H A D | c-octeon.c | 52 unsigned long end) in local_octeon_flush_icache_range() 126 static void octeon_flush_icache_range(unsigned long start, unsigned long end) in octeon_flush_icache_range() 140 unsigned long start, unsigned long end) in octeon_flush_cache_range()
|
/openbmc/linux/arch/m68k/mm/ |
H A D | cache.c | 62 unsigned long start, end; in flush_icache_user_range() local 103 unsigned long start, end; in flush_icache_user_page() local
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | vsprintf.c | 38 void put_dec_full4(char *end, unsigned int r) in put_dec_full4() 60 unsigned int put_dec_helper4(char *end, unsigned int x) in put_dec_helper4() 74 char *put_dec(char *end, unsigned long long n) in put_dec() 113 char *number(char *end, unsigned long long num, int base, char locase) in number()
|
/openbmc/linux/arch/sh/mm/ |
H A D | cache-sh2.c | 21 unsigned long begin, end; in sh2__flush_wback_region() local 42 unsigned long begin, end; in sh2__flush_purge_region() local
|
H A D | cache-sh3.c | 35 unsigned long begin, end; in sh3__flush_wback_region() local 74 unsigned long begin, end; in sh3__flush_purge_region() local
|
/openbmc/u-boot/arch/riscv/cpu/ax25/ |
H A D | cache.c | 21 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 26 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | guest_sprintf.c | 6 #define APPEND_BUFFER_SAFE(str, end, v) \ argument 43 static char *number(char *str, const char *end, long num, int base, int size, in number() 120 char *str, *end; in guest_vsnprintf() local
|