Home
last modified time | relevance | path

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

1234

/include/linux/ceph/
A Ddecode.h57 #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
139 #define ceph_decode_skip_n(p, end, n, bad) \ argument
145 #define ceph_decode_skip_64(p, end, bad) \ argument
148 #define ceph_decode_skip_32(p, end, bad) \ argument
151 #define ceph_decode_skip_16(p, end, bad) \ argument
154 #define ceph_decode_skip_8(p, end, bad) \ argument
[all …]
/include/linux/
A Dfirmware-map.h23 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early()
28 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug()
33 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
A Dmmu_notifier.h265 unsigned long end; member
407 unsigned long end) in mmu_notifier_clear_flush_young()
416 unsigned long end) in mmu_notifier_clear_young()
476 unsigned long start, unsigned long end) in mmu_notifier_arch_invalidate_secondary_tlbs()
499 unsigned long end) in mmu_notifier_range_init()
512 unsigned long end, void *owner) in mmu_notifier_range_init_owner()
570 unsigned long end; member
575 unsigned long end) in _mmu_notifier_range_init()
584 end, owner) \ argument
604 unsigned long end) in mmu_notifier_clear_flush_young()
[all …]
A Dkmsan.h350 unsigned long start, unsigned long end, pgprot_t prot, in kmsan_vmap_pages_range_noflush()
357 unsigned long end) in kmsan_vunmap_range_noflush()
362 unsigned long end, in kmsan_ioremap_page_range()
371 unsigned long end) in kmsan_iounmap_page_range()
A Dio.h33 static inline int ioremap_page_range(unsigned long addr, unsigned long end, in ioremap_page_range()
38 static inline int vmap_page_range(unsigned long addr, unsigned long end, in vmap_page_range()
A Dprefetch.h54 char *end = addr + len; in prefetch_range() local
A Drange.h8 u64 end; member
A Drio_drv.h256 static inline void rio_init_mbox_res(struct resource *res, int start, int end) in rio_init_mbox_res()
274 static inline void rio_init_dbell_res(struct resource *res, u16 start, u16 end) in rio_init_dbell_res()
A Dnuma_memblks.h15 u64 end; member
A Dihex.h49 const struct ihex_binrec *end, *rec; in ihex_validate_fw() local
A Dacpi_amd_wbrf.h27 u64 end; member
A Dstatic_call.h266 static inline int static_call_text_reserved(void *start, void *end) in static_call_text_reserved()
342 static inline int static_call_text_reserved(void *start, void *end) in static_call_text_reserved()
A Dptdump.h10 unsigned long end; member
A Dkexec.h204 unsigned long end, in kexec_random_range_start()
217 unsigned long end, in kexec_random_range_start()
247 unsigned long end) in arch_check_excluded_range()
497 static inline void crash_free_reserved_phys_range(unsigned long begin, unsigned long end) in crash_free_reserved_phys_range()
A Dhugetlb.h255 unsigned long *start, unsigned long *end) in hugetlb_zap_begin()
314 unsigned long *start, unsigned long *end) in adjust_range_if_pmd_sharing_possible()
320 unsigned long *start, unsigned long *end) in hugetlb_zap_begin()
439 unsigned long end, pgprot_t newprot, in hugetlb_change_protection()
447 unsigned long end, struct folio *folio, in __unmap_hugepage_range()
1337 #define flush_hugetlb_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) argument
A Dhmm.h115 unsigned long end; member
A Dexecmem.h99 unsigned long end; member
/include/asm-generic/
A Dcacheflush.h37 unsigned long end) in flush_cache_range()
71 static inline void flush_icache_range(unsigned long start, unsigned long end) in flush_icache_range()
89 static inline void flush_cache_vmap(unsigned long start, unsigned long end) in flush_cache_vmap()
95 static inline void flush_cache_vmap_early(unsigned long start, unsigned long end) in flush_cache_vmap_early()
101 static inline void flush_cache_vunmap(unsigned long start, unsigned long end) in flush_cache_vunmap()
A Dsections.h91 static inline bool memory_contains(void *begin, void *end, void *virt, in memory_contains()
108 static inline bool memory_intersects(void *begin, void *end, void *virt, in memory_intersects()
/include/uapi/linux/
A Dfib_rules.h35 __u32 end; member
40 __u16 end; member
A Dvirtio_iommu.h23 __le64 end; member
28 __le32 end; member
136 __le64 end; member
A Ddlm_plock.h42 __u64 end; member
A Drseq.h154 char end[]; member
/include/net/
A Dregulatory.h225 #define REG_RULE_EXT(start, end, bw, gain, eirp, dfs_cac, reg_flags) \ argument
236 #define REG_RULE(start, end, bw, gain, eirp, reg_flags) \ argument
/include/net/sctp/
A Dsctp.h427 #define _sctp_walk_params(pos, chunk, end)\ argument
438 #define _sctp_walk_errors(err, chunk_hdr, end)\ argument
450 #define _sctp_walk_fwdtsn(pos, chunk, end)\ argument

Completed in 33 milliseconds

1234