Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 1633) sorted by relevance

12345678910>>...66

/linux/include/linux/ceph/
H A Ddecode.h52 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/m68k/include/asm/
H A Dcacheflush_mm.h31 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 Dcachev2.c24 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 Dcachev1.c45 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 Dcache.c92 #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 Dvsprintf.c451 char *number(char *buf, char *end, unsigned long long num, in number() argument
572 special_hex_number(char * buf,char * end,unsigned long long num,int size) special_hex_number() argument
584 move_right(char * buf,char * end,unsigned len,unsigned spaces) move_right() argument
611 widen_string(char * buf,int n,char * end,struct printf_spec spec) widen_string() argument
632 string_nocheck(char * buf,char * end,const char * s,struct printf_spec spec) string_nocheck() argument
650 err_ptr(char * buf,char * end,void * ptr,struct printf_spec spec) err_ptr() argument
670 error_string(char * buf,char * end,const char * s,struct printf_spec spec) error_string() argument
700 check_pointer(char ** buf,char * end,const void * ptr,struct printf_spec spec) check_pointer() argument
715 string(char * buf,char * end,const char * s,struct printf_spec spec) string() argument
724 pointer_string(char * buf,char * end,const void * ptr,struct printf_spec spec) pointer_string() argument
800 ptr_to_id(char * buf,char * end,const void * ptr,struct printf_spec spec) ptr_to_id() argument
830 default_pointer(char * buf,char * end,const void * ptr,struct printf_spec spec) default_pointer() argument
846 restricted_pointer(char * buf,char * end,const void * ptr,struct printf_spec spec) restricted_pointer() argument
893 dentry_name(char * buf,char * end,const struct dentry * d,struct printf_spec spec,const char * fmt) dentry_name() argument
942 file_dentry_name(char * buf,char * end,const struct file * f,struct printf_spec spec,const char * fmt) file_dentry_name() argument
952 bdev_name(char * buf,char * end,struct block_device * bdev,struct printf_spec spec,const char * fmt) bdev_name() argument
975 symbol_string(char * buf,char * end,void * ptr,struct printf_spec spec,const char * fmt) symbol_string() argument
1036 hex_range(char * buf,char * end,u64 start_val,u64 end_val,struct printf_spec spec) hex_range() argument
1050 resource_string(char * buf,char * end,struct resource * res,struct printf_spec spec,const char * fmt) resource_string() argument
1147 range_string(char * buf,char * end,const struct range * range,struct printf_spec spec,const char * fmt) range_string() argument
1172 hex_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) hex_string() argument
1223 bitmap_string(char * buf,char * end,const unsigned long * bitmap,struct printf_spec spec,const char * fmt) bitmap_string() argument
1267 bitmap_list_string(char * buf,char * end,const unsigned long * bitmap,struct printf_spec spec,const char * fmt) bitmap_list_string() argument
1297 mac_address_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) mac_address_string() argument
1487 ip6_addr_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) ip6_addr_string() argument
1501 ip4_addr_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) ip4_addr_string() argument
1512 ip6_addr_string_sa(char * buf,char * end,const struct sockaddr_in6 * sa,struct printf_spec spec,const char * fmt) ip6_addr_string_sa() argument
1574 ip4_addr_string_sa(char * buf,char * end,const struct sockaddr_in * sa,struct printf_spec spec,const char * fmt) ip4_addr_string_sa() argument
1609 ip_addr_string(char * buf,char * end,const void * ptr,struct printf_spec spec,const char * fmt) ip_addr_string() argument
1644 escaped_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) escaped_string() argument
1706 va_format(char * buf,char * end,struct va_format * va_fmt,struct printf_spec spec) va_format() argument
1723 uuid_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) uuid_string() argument
1768 netdev_bits(char * buf,char * end,const void * addr,struct printf_spec spec,const char * fmt) netdev_bits() argument
1790 fourcc_string(char * buf,char * end,const u32 * fourcc,struct printf_spec spec,const char * fmt) fourcc_string() argument
1828 address_val(char * buf,char * end,const void * addr,struct printf_spec spec,const char * fmt) address_val() argument
1853 date_str(char * buf,char * end,const struct rtc_time * tm,bool r) date_str() argument
1872 time_str(char * buf,char * end,const struct rtc_time * tm,bool r) time_str() argument
1888 rtc_str(char * buf,char * end,const struct rtc_time * tm,struct printf_spec spec,const char * fmt) rtc_str() argument
1938 time64_str(char * buf,char * end,const time64_t time,struct printf_spec spec,const char * fmt) time64_str() argument
1961 time_and_date(char * buf,char * end,void * ptr,struct printf_spec spec,const char * fmt) time_and_date() argument
1975 clock(char * buf,char * end,struct clk * clk,struct printf_spec spec,const char * fmt) clock() argument
1992 format_flags(char * buf,char * end,unsigned long flags,const struct trace_print_flags * names) format_flags() argument
2040 format_page_flags(char * buf,char * end,unsigned long flags) format_page_flags() argument
2087 flags_string(char * buf,char * end,void * flags_ptr,struct printf_spec spec,const char * fmt) flags_string() argument
2116 fwnode_full_name_string(struct fwnode_handle * fwnode,char * buf,char * end) fwnode_full_name_string() argument
2142 device_node_string(char * buf,char * end,struct device_node * dn,struct printf_spec spec,const char * fmt) device_node_string() argument
2232 fwnode_string(char * buf,char * end,struct fwnode_handle * fwnode,struct printf_spec spec,const char * fmt) fwnode_string() argument
2262 resource_or_range(const char * fmt,char * buf,char * end,void * ptr,struct printf_spec spec) resource_or_range() argument
2426 pointer(const char * fmt,char * buf,char * end,void * ptr,struct printf_spec spec) pointer() argument
2765 char *str, *end; vsnprintf() local
3047 char *str, *end; vbin_printf() local
3187 char *str, *end; bstr_printf() local
[all...]
/linux/arch/nios2/mm/
H A Dcacheflush.c19 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/arch/arm64/mm/
H A Dmmu.c176 static void init_pte(pte_t *ptep, unsigned long addr, unsigned long end, in init_pte()
200 unsigned long end, phys_addr_t phys, in alloc_init_cont_pte()
251 static void init_pmd(pmd_t *pmdp, unsigned long addr, unsigned long end, in init_pmd()
285 unsigned long end, phys_addr_t phys, in alloc_init_cont_pmd()
334 static void alloc_init_pud(p4d_t *p4dp, unsigned long addr, unsigned long end, in alloc_init_pud()
392 static void alloc_init_p4d(pgd_t *pgdp, unsigned long addr, unsigned long end, in alloc_init_p4d()
441 unsigned long addr, end, next; in __create_pgd_mapping_locked() local
572 phys_addr_t end, pgprot_t prot, int flags) in __map_memblock()
647 phys_addr_t start, end; in map_mem() local
805 u64 end = __pa_symbol(__idmap_text_end); in create_idmap() local
[all …]
/linux/mm/
H A Dmapping_dirty_helpers.c34 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 Dmadvise.c152 unsigned long end, unsigned long new_flags, in madvise_update_vma()
185 unsigned long end, struct mm_walk *walk) in swapin_walk_pmd_entry()
234 unsigned long start, unsigned long end, in shmem_swapin_range()
276 unsigned long start, unsigned long end) in madvise_willneed()
337 static inline int madvise_folio_pte_batch(unsigned long addr, unsigned long end, in madvise_folio_pte_batch()
350 unsigned long addr, unsigned long end, in madvise_cold_or_pageout_pte_range()
577 unsigned long addr, unsigned long end) in madvise_cold_page_range()
615 unsigned long addr, unsigned long end) in madvise_pageout_page_range()
657 unsigned long end, struct mm_walk *walk) in madvise_free_pte_range()
858 unsigned long start, unsigned long end) in madvise_dontneed_single_vma()
[all …]
/linux/arch/arm/include/asm/
H A Doutercache.h40 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 Dosdmap.c71 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 Dcls_lock_client.c36 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 Dkasan_init.c44 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 Dcache-l2x0.c179 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 Ddevices.c142 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/openrisc/mm/
H A Dcache.c31 static __always_inline void cache_loop(unsigned long paddr, unsigned long end, in cache_loop()
47 unsigned long end = paddr + PAGE_SIZE; in cache_loop_page() local
66 void local_dcache_range_flush(unsigned long start, unsigned long end) in local_dcache_range_flush()
71 void local_dcache_range_inv(unsigned long start, unsigned long end) in local_dcache_range_inv()
76 void local_icache_range_inv(unsigned long start, unsigned long end) in local_icache_range_inv()
/linux/arch/hexagon/mm/
H A Dcache.c12 #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 Ddescs_com.h22 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 Drestart_table.c6 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/drivers/acpi/numa/
H A Dsrat.c316 __weak int __init numa_fill_memblks(u64 start, u64 end) in numa_fill_memblks()
363 u64 start, end; in acpi_parse_memory_affinity() local
433 u64 start, end, align; in acpi_parse_cfmws() local
487 const unsigned long end) in acpi_parse_x2apic_affinity()
503 const unsigned long end) in acpi_parse_processor_affinity()
519 const unsigned long end) in acpi_parse_gicc_affinity()
536 const unsigned long end) in acpi_parse_gi_affinity()
562 const unsigned long end) in acpi_parse_gi_affinity()
570 const unsigned long end) in acpi_parse_rintc_affinity()
/linux/arch/riscv/mm/
H A Dtlbflush.c79 void local_flush_tlb_kernel_range(unsigned long start, unsigned long end) in local_flush_tlb_kernel_range()
158 unsigned long start, unsigned long end, in flush_tlb_mm_range()
171 unsigned long end) in flush_tlb_range()
203 void flush_tlb_kernel_range(unsigned long start, unsigned long end) in flush_tlb_kernel_range()
211 unsigned long end) in flush_pmd_tlb_range()
218 unsigned long end) in flush_pud_tlb_range()
231 struct mm_struct *mm, unsigned long start, unsigned long end) in arch_tlbbatch_add_pending()
/linux/arch/csky/abiv2/inc/abi/
H A Dcacheflush.h16 #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
/linux/arch/x86/kernel/
H A De820.c78 u64 start, u64 end, enum e820_type type) in _e820__mapped_any()
94 bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type) in e820__mapped_raw_any()
100 bool e820__mapped_any(u64 start, u64 end, enum e820_type type) in e820__mapped_any()
112 static struct e820_entry *__e820__mapped_all(u64 start, u64 end, in __e820__mapped_all()
148 bool __init e820__mapped_all(u64 start, u64 end, enum e820_type type) in e820__mapped_all()
156 int e820__get_entry_type(u64 start, u64 end) in e820__get_entry_type()
428 u64 end = start + size - 1; in __append_e820_table() local
464 u64 end; in __e820__range_update() local
544 u64 end; in e820__range_remove() local
629 unsigned long long end = start + e820_table->entries[i].size; in e820_search_gap() local
[all …]
/linux/arch/loongarch/mm/
H A Dkasan_init.c171 unsigned long end, int node, bool early) in kasan_pte_populate()
186 unsigned long end, int node, bool early) in kasan_pmd_populate()
198 unsigned long end, int node, bool early) in kasan_pud_populate()
210 unsigned long end, int node, bool early) in kasan_p4d_populate()
221 static void __init kasan_pgd_populate(unsigned long addr, unsigned long end, in kasan_pgd_populate()
237 static void __init kasan_map_populate(unsigned long start, unsigned long end, in kasan_map_populate()
254 static void __init clear_pgds(unsigned long start, unsigned long end) in clear_pgds()
306 void *end = (void *)phys_to_virt(pa_end); in kasan_init() local

12345678910>>...66