/linux/include/linux/ceph/ |
H A D | decode.h | 52 static inline bool ceph_has_room(void **p, void *end, size_t n) in ceph_has_room() 57 #define ceph_decode_need(p, end, n, bad) \ argument 63 #define ceph_decode_64_safe(p, end, v, bad) \ argument 68 #define ceph_decode_32_safe(p, end, v, bad) \ argument 73 #define ceph_decode_16_safe(p, end, v, bad) \ argument 78 #define ceph_decode_8_safe(p, end, v, bad) \ argument 84 #define ceph_decode_copy_safe(p, end, pv, n, bad) \ argument 107 static inline char *ceph_extract_encoded_string(void **p, void *end, in ceph_extract_encoded_string() 139 #define ceph_decode_skip_n(p, end, n, bad) \ argument 145 #define ceph_decode_skip_64(p, end, bad) \ argument [all …]
|
/linux/arch/riscv/mm/ |
H A D | kasan_init.c | 29 static void __init kasan_populate_pte(pmd_t *pmd, unsigned long vaddr, unsigned long end) in kasan_populate_pte() argument 50 static void __init kasan_populate_pmd(pud_t *pud, unsigned long vaddr, unsigned long end) in kasan_populate_pmd() argument 81 unsigned long vaddr, unsigned long end) in kasan_populate_pud() argument 112 unsigned long vaddr, unsigned long end) in kasan_populate_p4d() argument 143 kasan_populate_pgd(pgd_t * pgdp,unsigned long vaddr,unsigned long end) kasan_populate_pgd() argument 166 kasan_early_clear_pud(p4d_t * p4dp,unsigned long vaddr,unsigned long end) kasan_early_clear_pud() argument 191 kasan_early_clear_p4d(pgd_t * pgdp,unsigned long vaddr,unsigned long end) kasan_early_clear_p4d() argument 217 kasan_early_clear_pgd(pgd_t * pgdp,unsigned long vaddr,unsigned long end) kasan_early_clear_pgd() argument 236 kasan_early_populate_pud(p4d_t * p4dp,unsigned long vaddr,unsigned long end) kasan_early_populate_pud() argument 265 kasan_early_populate_p4d(pgd_t * pgdp,unsigned long vaddr,unsigned long end) kasan_early_populate_p4d() argument 303 kasan_early_populate_pgd(pgd_t * pgdp,unsigned long vaddr,unsigned long end) kasan_early_populate_pgd() argument 369 kasan_populate(void * start,void * end) kasan_populate() argument 378 kasan_shallow_populate_pud(p4d_t * p4d,unsigned long vaddr,unsigned long end) kasan_shallow_populate_pud() argument 398 kasan_shallow_populate_p4d(pgd_t * pgd,unsigned long vaddr,unsigned long end) kasan_shallow_populate_p4d() argument 417 kasan_shallow_populate_pgd(unsigned long vaddr,unsigned long end) kasan_shallow_populate_pgd() argument 436 kasan_shallow_populate(void * start,void * end) kasan_shallow_populate() argument 513 void *end = (void *)__va(p_end); kasan_init() local [all...] |
/linux/arch/s390/boot/ |
H A D | vmem.c | 85 static inline void kasan_populate(unsigned long start, unsigned long end, enum populate_mode mode) in kasan_populate() 101 unsigned long start, end; in kasan_populate_shadow() local 137 unsigned long end, enum populate_mode mode) in kasan_pgd_populate_zero_shadow() 148 unsigned long end, enum populate_mode mode) in kasan_p4d_populate_zero_shadow() 159 unsigned long end, enum populate_mode mode) in kasan_pud_populate_zero_shadow() 170 unsigned long end, enum populate_mode mode) in kasan_pmd_populate_zero_shadow() 195 unsigned long end, enum populate_mode mode) in kasan_pgd_populate_zero_shadow() 201 unsigned long end, enum populate_mode mode) in kasan_p4d_populate_zero_shadow() 207 unsigned long end, enum populate_mode mode) in kasan_pud_populate_zero_shadow() 213 unsigned long end, enum populate_mode mode) in kasan_pmd_populate_zero_shadow() [all …]
|
/linux/arch/m68k/include/asm/ |
H A D | cacheflush_mm.h | 31 static inline void clear_cf_icache(unsigned long start, unsigned long end) in clear_cf_icache() 40 static inline void clear_cf_dcache(unsigned long start, unsigned long end) in clear_cf_dcache() 49 static inline void clear_cf_bcache(unsigned long start, unsigned long end) in clear_cf_bcache() 62 static inline void flush_cf_icache(unsigned long start, unsigned long end) in flush_cf_icache() 80 static inline void flush_cf_dcache(unsigned long start, unsigned long end) in flush_cf_dcache() 98 static inline void flush_cf_bcache(unsigned long start, unsigned long end) in flush_cf_bcache() 193 #define flush_cache_vmap(start, end) flush_cache_all() argument 194 #define flush_cache_vmap_early(start, end) do { } while (0) argument 195 #define flush_cache_vunmap(start, end) flush_cache_all() argument 209 unsigned long end) in flush_cache_range() [all …]
|
/linux/arch/csky/mm/ |
H A D | cachev2.c | 24 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range() 35 unsigned long end; member 62 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range() 79 void dcache_wb_range(unsigned long start, unsigned long end) in dcache_wb_range() 88 void cache_wbinv_range(unsigned long start, unsigned long end) in cache_wbinv_range() 95 void dma_wbinv_range(unsigned long start, unsigned long end) in dma_wbinv_range() 104 void dma_inv_range(unsigned long start, unsigned long end) in dma_inv_range() 113 void dma_wb_range(unsigned long start, unsigned long end) in dma_wb_range()
|
H A D | cachev1.c | 45 unsigned int end, in cache_op_range() 87 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range() 102 void dcache_wb_range(unsigned long start, unsigned long end) in dcache_wb_range() 112 void cache_wbinv_range(unsigned long start, unsigned long end) in cache_wbinv_range() 123 void dma_wbinv_range(unsigned long start, unsigned long end) in dma_wbinv_range() 128 void dma_inv_range(unsigned long start, unsigned long end) in dma_inv_range() 133 void dma_wb_range(unsigned long start, unsigned long end) in dma_wb_range()
|
/linux/arch/microblaze/kernel/cpu/ |
H A D | cache.c | 92 #define CACHE_LOOP_LIMITS(start, end, cache_line_length, cache_size) \ argument 125 #define CACHE_RANGE_LOOP_2(start, end, line_length, op) \ argument 142 #define CACHE_RANGE_LOOP_1(start, end, line_length, op) \ argument 159 static void __flush_icache_range_msr_irq(unsigned long start, unsigned long end) in __flush_icache_range_msr_irq() 186 unsigned long end) in __flush_icache_range_nomsr_irq() 214 unsigned long end) in __flush_icache_range_noirq() 378 unsigned long end) in __invalidate_dcache_range_wb() 398 unsigned long end) in __invalidate_dcache_range_nomsr_wt() 418 unsigned long end) in __invalidate_dcache_range_msr_irq_wt() 445 unsigned long end) in __invalidate_dcache_range_nomsr_irq() [all …]
|
/linux/lib/ |
H A D | vsprintf.c | 444 char *number(char *buf, char *end, unsigned long long num, in number() 565 char *special_hex_number(char *buf, char *end, unsigned long long num, int size) in special_hex_number() 577 static void move_right(char *buf, char *end, unsigned len, unsigned spaces) in move_right() 604 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string() 625 static char *string_nocheck(char *buf, char *end, const char *s, in string_nocheck() 643 static char *err_ptr(char *buf, char *end, void *ptr, in err_ptr() 663 static char *error_string(char *buf, char *end, const char *s, in error_string() 693 static int check_pointer(char **buf, char *end, const void *ptr, in check_pointer() 708 char *string(char *buf, char *end, const char *s, in string() 717 static char *pointer_string(char *buf, char *end, in pointer_string() [all …]
|
/linux/arch/x86/mm/ |
H A D | kasan_init_64.c | 39 unsigned long end, int nid) in kasan_populate_pmd() 74 unsigned long end, int nid) in kasan_populate_pud() 104 unsigned long end, int nid) in kasan_populate_p4d() 124 unsigned long end, int nid) in kasan_populate_pgd() 142 static void __init kasan_populate_shadow(unsigned long addr, unsigned long end, in kasan_populate_shadow() 160 unsigned long end; in map_range() local 169 unsigned long end) in clear_pgds() 206 unsigned long end) in kasan_early_p4d_populate() 235 unsigned long end = KASAN_SHADOW_END; in kasan_map_early_shadow() local 247 unsigned long end) in kasan_shallow_populate_p4ds() [all …]
|
/linux/fs/btrfs/ |
H A D | extent-io-tree.h | 120 u64 end; /* inclusive */ member 145 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end, in lock_extent() 152 u64 end, struct extent_state **cached) in try_lock_extent() 176 u64 end, u32 bits, in clear_extent_bit() 182 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end, in unlock_extent() 189 u64 end, u32 bits) in clear_extent_bits() 200 u64 end, struct extent_state **cached_state) in clear_extent_uptodate() 207 u64 end, struct extent_state **cached) in clear_extent_dirty() 229 u64 end, struct extent_state **cached) in lock_dio_extent() 235 u64 end, struct extent_state **cached) in try_lock_dio_extent() [all …]
|
/linux/arch/nios2/mm/ |
H A D | cacheflush.c | 19 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache() 38 static void __invalidate_dcache(unsigned long start, unsigned long end) in __invalidate_dcache() 54 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache() 115 void flush_icache_range(unsigned long start, unsigned long end) in flush_icache_range() 121 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 128 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range() 135 unsigned long end) in flush_cache_range() 146 unsigned long end = start + nr * PAGE_SIZE; in flush_icache_pages() local 156 unsigned long end = start + PAGE_SIZE; in flush_cache_page() local
|
/linux/mm/ |
H A D | mapping_dirty_helpers.c | 34 static int wp_pte(pte_t *pte, unsigned long addr, unsigned long end, in wp_pte() 70 pgoff_t end; member 90 unsigned long end, struct mm_walk *walk) in clean_record_pte() 126 static int wp_clean_pmd_entry(pmd_t *pmd, unsigned long addr, unsigned long end, in wp_clean_pmd_entry() 148 static int wp_clean_pud_entry(pud_t *pud, unsigned long addr, unsigned long end, in wp_clean_pud_entry() 169 static int wp_clean_pre_vma(unsigned long start, unsigned long end, in wp_clean_pre_vma() 218 static int wp_clean_test_walk(unsigned long start, unsigned long end, in wp_clean_test_walk() 318 pgoff_t *end) in clean_record_shared_mapping_range()
|
H A D | madvise.c | 147 unsigned long end, unsigned long new_flags, in madvise_update_vma() 180 unsigned long end, struct mm_walk *walk) in swapin_walk_pmd_entry() 229 unsigned long start, unsigned long end, in shmem_swapin_range() 271 unsigned long start, unsigned long end) in madvise_willneed() 332 static inline int madvise_folio_pte_batch(unsigned long addr, unsigned long end, in madvise_folio_pte_batch() 345 unsigned long addr, unsigned long end, in madvise_cold_or_pageout_pte_range() 571 unsigned long addr, unsigned long end) in madvise_cold_page_range() 609 unsigned long addr, unsigned long end) in madvise_pageout_page_range() 651 unsigned long end, struct mm_walk *walk) in madvise_free_pte_range() 852 unsigned long start, unsigned long end) in madvise_dontneed_single_vma() [all …]
|
/linux/arch/s390/mm/ |
H A D | vmem.c | 106 static void vmemmap_mark_sub_pmd_used(unsigned long start, unsigned long end) in vmemmap_mark_sub_pmd_used() 117 static void vmemmap_use_sub_pmd(unsigned long start, unsigned long end) in vmemmap_use_sub_pmd() 133 static void vmemmap_use_new_sub_pmd(unsigned long start, unsigned long end) in vmemmap_use_new_sub_pmd() 155 static bool vmemmap_unuse_sub_pmd(unsigned long start, unsigned long end) in vmemmap_unuse_sub_pmd() 166 unsigned long end, bool add, bool direct, in modify_pte_table() 221 unsigned long end, bool add, bool direct, in modify_pmd_table() 312 static int modify_pud_table(p4d_t *p4d, unsigned long addr, unsigned long end, in modify_pud_table() 378 static int modify_p4d_table(pgd_t *pgd, unsigned long addr, unsigned long end, in modify_p4d_table() 423 static int modify_pagetable(unsigned long start, unsigned long end, bool add, in modify_pagetable() 462 static int add_pagetable(unsigned long start, unsigned long end, bool direct, in add_pagetable() [all …]
|
/linux/arch/arm/include/asm/ |
H A D | outercache.h | 40 static inline void outer_inv_range(phys_addr_t start, phys_addr_t end) in outer_inv_range() 51 static inline void outer_clean_range(phys_addr_t start, phys_addr_t end) in outer_clean_range() 62 static inline void outer_flush_range(phys_addr_t start, phys_addr_t end) in outer_flush_range() 108 static inline void outer_inv_range(phys_addr_t start, phys_addr_t end) in outer_inv_range() 110 static inline void outer_clean_range(phys_addr_t start, phys_addr_t end) in outer_clean_range() 112 static inline void outer_flush_range(phys_addr_t start, phys_addr_t end) in outer_flush_range()
|
/linux/net/ceph/ |
H A D | osdmap.c | 71 static int crush_decode_uniform_bucket(void **p, void *end, in crush_decode_uniform_bucket() 82 static int crush_decode_list_bucket(void **p, void *end, in crush_decode_list_bucket() 103 static int crush_decode_tree_bucket(void **p, void *end, in crush_decode_tree_bucket() 120 static int crush_decode_straw_bucket(void **p, void *end, in crush_decode_straw_bucket() 141 static int crush_decode_straw2_bucket(void **p, void *end, in crush_decode_straw2_bucket() 277 static u32 *decode_array_32_alloc(void **p, void *end, u32 *plen) in decode_array_32_alloc() 311 static int decode_choose_arg(void **p, void *end, struct crush_choose_arg *arg) in decode_choose_arg() 350 static int decode_choose_args(void **p, void *end, struct crush_map *c) in decode_choose_args() 431 static struct crush_map *crush_decode(void *pbyval, void *end) in crush_decode() 788 static int decode_pool(void **p, void *end, struct ceph_pg_pool_info *pi) in decode_pool() [all …]
|
H A D | cls_lock_client.c | 36 void *p, *end; in ceph_cls_lock() local 101 void *p, *end; in ceph_cls_unlock() local 154 void *p, *end; in ceph_cls_break_lock() local 201 void *p, *end; in ceph_cls_set_cookie() local 251 static int decode_locker(void **p, void *end, struct ceph_locker *locker) in decode_locker() 288 static int decode_lockers(void **p, void *end, u8 *type, char **tag, in decode_lockers() 344 void *p, *end; in ceph_cls_lock_info() local 397 void *p, *end; in ceph_cls_assert_locked() local
|
/linux/arch/arm/mm/ |
H A D | kasan_init.c | 44 unsigned long end, bool early) in kasan_pte_populate() 94 unsigned long end, bool early) in kasan_pmd_populate() 123 static void __init kasan_pgd_populate(unsigned long addr, unsigned long end, in kasan_pgd_populate() 189 unsigned long end) in clear_pgds() 195 static int __init create_mapping(void *start, void *end) in create_mapping() 253 void *end = __va(pa_end); in kasan_init() local
|
H A D | cache-l2x0.c | 179 unsigned long end) in __l2c210_op_pa_range() 187 static void l2c210_inv_range(unsigned long start, unsigned long end) in l2c210_inv_range() 206 static void l2c210_clean_range(unsigned long start, unsigned long end) in l2c210_clean_range() 215 static void l2c210_flush_range(unsigned long start, unsigned long end) in l2c210_flush_range() 285 unsigned long end, unsigned long flags) in l2c220_op_pa_range() 307 static void l2c220_inv_range(unsigned long start, unsigned long end) in l2c220_inv_range() 334 static void l2c220_clean_range(unsigned long start, unsigned long end) in l2c220_clean_range() 353 static void l2c220_flush_range(unsigned long start, unsigned long end) in l2c220_flush_range() 467 static void l2c310_inv_range_erratum(unsigned long start, unsigned long end) in l2c310_inv_range_erratum() 499 static void l2c310_flush_range_erratum(unsigned long start, unsigned long end) in l2c310_flush_range_erratum() [all …]
|
/linux/drivers/usb/core/ |
H A D | devices.c | 142 static char *usb_dump_endpoint_descriptor(int speed, char *start, char *end, in usb_dump_endpoint_descriptor() 191 static char *usb_dump_interface_descriptor(char *start, char *end, in usb_dump_interface_descriptor() 222 static char *usb_dump_interface(int speed, char *start, char *end, in usb_dump_interface() 237 static char *usb_dump_iad_descriptor(char *start, char *end, in usb_dump_iad_descriptor() 257 static char *usb_dump_config_descriptor(char *start, char *end, in usb_dump_config_descriptor() 279 static char *usb_dump_config(int speed, char *start, char *end, in usb_dump_config() 313 static char *usb_dump_device_descriptor(char *start, char *end, in usb_dump_device_descriptor() 341 static char *usb_dump_device_strings(char *start, char *end, in usb_dump_device_strings() 364 static char *usb_dump_desc(char *start, char *end, struct usb_device *dev) in usb_dump_desc()
|
/linux/arch/hexagon/mm/ |
H A D | cache.c | 12 #define spanlines(start, end) \ argument 15 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 35 void flush_icache_range(unsigned long start, unsigned long end) in flush_icache_range() 60 void hexagon_clean_dcache_range(unsigned long start, unsigned long end) in hexagon_clean_dcache_range() 80 void hexagon_inv_dcache_range(unsigned long start, unsigned long end) in hexagon_inv_dcache_range()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | descs_com.h | 22 static inline void ehn_desc_rx_set_on_ring(struct dma_desc *p, int end, in ehn_desc_rx_set_on_ring() 34 static inline void enh_desc_end_tx_desc_on_ring(struct dma_desc *p, int end) in enh_desc_end_tx_desc_on_ring() 54 static inline void ndesc_rx_set_on_ring(struct dma_desc *p, int end, int bfsize) in ndesc_rx_set_on_ring() 68 static inline void ndesc_end_tx_desc_on_ring(struct dma_desc *p, int end) in ndesc_end_tx_desc_on_ring() 107 static inline void ndesc_rx_set_on_chain(struct dma_desc *p, int end) in ndesc_rx_set_on_chain()
|
/linux/arch/powerpc/lib/ |
H A D | restart_table.c | 6 unsigned long end; member 11 unsigned long end; member 28 unsigned long end = smte->end; in search_kernel_soft_mask_table() local 46 unsigned long end = rte->end; in search_kernel_restart_table() local
|
/linux/arch/arm64/mm/ |
H A D | kasan_init.c | 116 unsigned long end, int node, bool early) in kasan_pte_populate() 133 unsigned long end, int node, bool early) in kasan_pmd_populate() 145 unsigned long end, int node, bool early) in kasan_pud_populate() 157 unsigned long end, int node, bool early) in kasan_p4d_populate() 168 static void __init kasan_pgd_populate(unsigned long addr, unsigned long end, in kasan_pgd_populate() 228 static void __init kasan_map_populate(unsigned long start, unsigned long end, in kasan_map_populate() 281 static void __init clear_next_level(int pgd_idx, int start, int end) in clear_next_level() 289 static void __init clear_shadow(u64 start, u64 end) in clear_shadow() 354 void *end = (void *)__phys_to_virt(pa_end); in kasan_init_shadow() local
|
/linux/arch/csky/abiv2/inc/abi/ |
H A D | cacheflush.h | 16 #define flush_cache_range(vma, start, end) do { } while (0) argument 37 #define flush_icache_range(start, end) cache_wbinv_range(start, end) argument 43 #define flush_cache_vmap(start, end) do { } while (0) argument 44 #define flush_cache_vmap_early(start, end) do { } while (0) argument 45 #define flush_cache_vunmap(start, end) do { } while (0) argument
|