| /kernel/linux/linux-4.19/fs/ufs/ |
| D | util.h | 323 #define ubh_get_addr8(ubh,begin) \ argument 327 #define ubh_get_addr16(ubh,begin) \ argument 331 #define ubh_get_addr32(ubh,begin) \ argument 335 #define ubh_get_addr64(ubh,begin) \ argument 351 #define ubh_blkmap(ubh,begin,bit) \ argument 379 #define ubh_setbit(ubh,begin,bit) \ argument 382 #define ubh_clrbit(ubh,begin,bit) \ argument 385 #define ubh_isset(ubh,begin,bit) \ argument 388 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) argument 390 #define ubh_find_first_zero_bit(ubh,begin,size) _ubh_find_next_zero_bit_(uspi,ubh,begin,size,0) argument [all …]
|
| /kernel/linux/linux-5.10/fs/ufs/ |
| D | util.h | 323 #define ubh_get_addr8(ubh,begin) \ argument 327 #define ubh_get_addr16(ubh,begin) \ argument 331 #define ubh_get_addr32(ubh,begin) \ argument 335 #define ubh_get_addr64(ubh,begin) \ argument 351 #define ubh_blkmap(ubh,begin,bit) \ argument 379 #define ubh_setbit(ubh,begin,bit) \ argument 382 #define ubh_clrbit(ubh,begin,bit) \ argument 385 #define ubh_isset(ubh,begin,bit) \ argument 388 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) argument 390 #define ubh_find_first_zero_bit(ubh,begin,size) _ubh_find_next_zero_bit_(uspi,ubh,begin,size,0) argument [all …]
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | dumpstack_32.c | 40 unsigned long *begin = (unsigned long *)this_cpu_read(hardirq_stack_ptr); in in_hardirq_stack() local 65 unsigned long *begin = (unsigned long *)this_cpu_read(softirq_stack_ptr); in in_softirq_stack() local 93 void *begin = ss->stack; in in_doublefault_stack() local
|
| D | dumpstack_64.c | 90 unsigned long begin, end, stk = (unsigned long)stack; in in_exception_stack() local 132 unsigned long *begin = end - (IRQ_STACK_SIZE / sizeof(long)); in in_irq_stack() local
|
| D | sys_x86_64.c | 104 unsigned long *begin, unsigned long *end) in find_start_end() 136 unsigned long begin, end; in arch_get_unmapped_area() local
|
| /kernel/linux/linux-4.19/arch/sh/mm/ |
| D | cache-sh2a.c | 54 unsigned long begin, end; in sh2a__flush_wback_region() local 95 unsigned long begin, end; in sh2a__flush_purge_region() local 125 unsigned long begin, end; in sh2a__flush_invalidate_region() local
|
| D | cache-sh3.c | 38 unsigned long begin, end; in sh3__flush_wback_region() local 77 unsigned long begin, end; in sh3__flush_purge_region() local
|
| D | cache-sh2.c | 22 unsigned long begin, end; in sh2__flush_wback_region() local 43 unsigned long begin, end; in sh2__flush_purge_region() local
|
| /kernel/linux/linux-5.10/arch/sh/mm/ |
| D | cache-sh2a.c | 53 unsigned long begin, end; in sh2a__flush_wback_region() local 94 unsigned long begin, end; in sh2a__flush_purge_region() local 124 unsigned long begin, end; in sh2a__flush_invalidate_region() local
|
| 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
|
| 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
|
| /kernel/linux/linux-4.19/arch/x86/kernel/ |
| D | dumpstack_32.c | 37 unsigned long *begin = (unsigned long *)this_cpu_read(hardirq_stack); in in_hardirq_stack() local 62 unsigned long *begin = (unsigned long *)this_cpu_read(softirq_stack); in in_softirq_stack() local
|
| D | dumpstack_64.c | 57 unsigned long *begin, *end; in in_exception_stack() local 85 unsigned long *begin = end - (IRQ_STACK_SIZE / sizeof(long)); in in_irq_stack() local
|
| D | sys_x86_64.c | 106 unsigned long *begin, unsigned long *end) in find_start_end() 138 unsigned long begin, end; in arch_get_unmapped_area() local
|
| /kernel/linux/linux-4.19/include/asm-generic/ |
| D | sections.h | 91 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()
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | sections.h | 108 static inline bool memory_contains(void *begin, void *end, void *virt, in memory_contains() 125 static inline bool memory_intersects(void *begin, void *end, void *virt, in memory_intersects()
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | stacktrace.h | 28 unsigned long *begin, *end, *next_sp; member 45 void *begin = info->begin; in on_stack() local
|
| /kernel/linux/linux-4.19/arch/mips/ath25/ |
| D | board.c | 61 const void __iomem *begin = limit - 0x1000; in find_board_config() local 74 const void __iomem *rcfg, *begin, *end; in find_radio_config() local
|
| /kernel/linux/linux-5.10/arch/mips/ath25/ |
| D | board.c | 61 const void __iomem *begin = limit - 0x1000; in find_board_config() local 74 const void __iomem *rcfg, *begin, *end; in find_radio_config() local
|
| /kernel/linux/linux-4.19/arch/x86/include/asm/ |
| D | stacktrace.h | 26 unsigned long *begin, *end, *next_sp; member 41 void *begin = info->begin; in on_stack() local
|
| /kernel/linux/linux-4.19/fs/hfsplus/ |
| D | bfind.c | 56 int *begin, in hfs_find_1st_rec_by_cnid() 94 int *begin, in hfs_find_rec_by_key()
|
| /kernel/linux/linux-5.10/fs/hfsplus/ |
| D | bfind.c | 56 int *begin, in hfs_find_1st_rec_by_cnid() 94 int *begin, in hfs_find_rec_by_key()
|
| /kernel/linux/linux-5.10/arch/mips/mti-malta/ |
| D | malta-memory.c | 27 static void free_init_pages_eva_malta(void *begin, void *end) in free_init_pages_eva_malta()
|
| /kernel/linux/linux-4.19/arch/mips/mti-malta/ |
| D | malta-memory.c | 27 static void free_init_pages_eva_malta(void *begin, void *end) in free_init_pages_eva_malta()
|
| /kernel/linux/linux-4.19/samples/seccomp/ |
| D | bpf-helper.c | 66 struct __bpf_label *begin = labels->labels, *end; in seccomp_bpf_label() local
|