Home
last modified time | relevance | path

Searched defs:begin (Results 1 – 25 of 244) sorted by relevance

12345678910

/kernel/linux/linux-6.6/fs/ufs/
Dutil.h317 #define ubh_get_addr8(ubh,begin) \ argument
321 #define ubh_get_addr16(ubh,begin) \ argument
325 #define ubh_get_addr32(ubh,begin) \ argument
329 #define ubh_get_addr64(ubh,begin) \ argument
345 #define ubh_blkmap(ubh,begin,bit) \ argument
373 #define ubh_setbit(ubh,begin,bit) \ argument
376 #define ubh_clrbit(ubh,begin,bit) \ argument
379 #define ubh_isset(ubh,begin,bit) \ argument
382 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) argument
384 #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/
Dutil.h323 #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/common_modules/memory_security/src/
Djit_space_list.c9 inline struct jit_space_node *init_jit_space_node(unsigned long begin, unsigned long end) in init_jit_space_node()
21 const void find_jit_space(struct list_head *head, unsigned long begin, unsigned long size, int *err) in find_jit_space()
38 void update_jit_space(struct list_head *head, unsigned long begin, unsigned long size) in update_jit_space()
50 void delete_jit_space(struct list_head *head, unsigned long begin, unsigned long size, int *err) in delete_jit_space()
/kernel/linux/linux-5.10/arch/x86/kernel/
Ddumpstack_32.c40 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
Ddumpstack_64.c90 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
Dsys_x86_64.c101 unsigned long *begin, unsigned long *end) in find_start_end()
133 unsigned long begin, end; in arch_get_unmapped_area() local
/kernel/linux/linux-6.6/arch/x86/kernel/
Ddumpstack_32.c40 unsigned long *begin = (unsigned long *)this_cpu_read(pcpu_hot.hardirq_stack_ptr); in in_hardirq_stack() local
65 unsigned long *begin = (unsigned long *)this_cpu_read(pcpu_hot.softirq_stack_ptr); in in_softirq_stack() local
93 void *begin = ss->stack; in in_doublefault_stack() local
Ddumpstack_64.c96 unsigned long begin, end, stk = (unsigned long)stack; in in_exception_stack() local
138 unsigned long *begin; in in_irq_stack() local
Dsys_x86_64.c97 unsigned long *begin, unsigned long *end) in find_start_end()
129 unsigned long begin, end; in arch_get_unmapped_area() local
/kernel/linux/linux-6.6/arch/sh/mm/
Dcache-sh2a.c53 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
Dcache-sh2.c21 unsigned long begin, end; in sh2__flush_wback_region() local
42 unsigned long begin, end; in sh2__flush_purge_region() local
Dcache-sh3.c35 unsigned long begin, end; in sh3__flush_wback_region() local
74 unsigned long begin, end; in sh3__flush_purge_region() local
/kernel/linux/linux-5.10/arch/sh/mm/
Dcache-sh2a.c53 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
Dcache-sh3.c35 unsigned long begin, end; in sh3__flush_wback_region() local
74 unsigned long begin, end; in sh3__flush_purge_region() local
Dcache-sh2.c21 unsigned long begin, end; in sh2__flush_wback_region() local
42 unsigned long begin, end; in sh2__flush_purge_region() local
/kernel/linux/linux-5.10/include/asm-generic/
Dsections.h108 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-6.6/include/asm-generic/
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()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dstacktrace.h28 unsigned long *begin, *end, *next_sp; member
45 void *begin = info->begin; in on_stack() local
/kernel/linux/linux-6.6/arch/mips/ath25/
Dboard.c61 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/
Dboard.c61 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-6.6/arch/x86/include/asm/
Dstacktrace.h28 unsigned long *begin, *end, *next_sp; member
55 void *begin = info->begin; in on_stack() local
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
Dssh_msgb.h25 u8 *begin; member
120 u8 *const begin = msgb->ptr; in msgb_push_frame() local
/kernel/linux/linux-5.10/fs/hfsplus/
Dbfind.c56 int *begin, in hfs_find_1st_rec_by_cnid()
94 int *begin, in hfs_find_rec_by_key()
/kernel/linux/linux-6.6/fs/hfsplus/
Dbfind.c45 int *begin, in hfs_find_1st_rec_by_cnid()
83 int *begin, in hfs_find_rec_by_key()
/kernel/linux/linux-6.6/arch/riscv/kernel/
Dalternative.c152 static void __init_or_module _apply_alternatives(struct alt_entry *begin, in _apply_alternatives()
177 struct alt_entry *begin, *end; in apply_vdso_alternatives() local

12345678910