Home
last modified time | relevance | path

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

123456

/linux/fs/ufs/
H A Dutil.h310 #define ubh_get_addr8(ubh,begin) \ argument
314 #define ubh_get_addr16(ubh,begin) \ argument
318 #define ubh_get_addr32(ubh,begin) \ argument
322 #define ubh_get_addr64(ubh,begin) \ argument
338 #define ubh_blkmap(ubh,begin,bit) \ argument
366 #define ubh_setbit(ubh,begin,bit) \ argument
369 #define ubh_clrbit(ubh,begin,bit) \ argument
372 #define ubh_isset(ubh,begin,bit) \ argument
375 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) argument
377 #define ubh_find_first_zero_bit(ubh,begin,size) _ubh_find_next_zero_bit_(uspi,ubh,begin,size,0) argument
[all …]
/linux/arch/x86/kernel/
H A 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
H A 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
H A Dsys_x86_64.c93 unsigned long *begin, unsigned long *end) in find_start_end()
133 unsigned long begin, end; in arch_get_unmapped_area() local
H A Ddumpstack.c33 unsigned long *begin = task_stack_page(task); in in_task_stack() local
52 void *begin = ss; in in_entry_stack() local
/linux/arch/sh/mm/
H A 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
H A Dcache-sh2.c21 unsigned long begin, end; in sh2__flush_wback_region() local
42 unsigned long begin, end; in sh2__flush_purge_region() local
H A Dcache-sh3.c35 unsigned long begin, end; in sh3__flush_wback_region() local
74 unsigned long begin, end; in sh3__flush_purge_region() local
/linux/include/asm-generic/
H 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()
/linux/arch/mips/ath25/
H A 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
/linux/arch/x86/include/asm/
H A Dstacktrace.h28 unsigned long *begin, *end, *next_sp; member
55 void *begin = info->begin; in on_stack() local
/linux/drivers/platform/surface/aggregator/
H A Dssh_msgb.h25 u8 *begin; member
120 u8 *const begin = msgb->ptr; in msgb_push_frame() local
/linux/fs/hfsplus/
H A Dbfind.c45 int *begin, in hfs_find_1st_rec_by_cnid()
83 int *begin, in hfs_find_rec_by_key()
/linux/arch/riscv/kernel/
H A Dalternative.c157 static void __init_or_module _apply_alternatives(struct alt_entry *begin, in _apply_alternatives()
182 struct alt_entry *begin, *end; in apply_vdso_alternatives() local
/linux/arch/loongarch/kernel/
H A Dprocess.c261 unsigned long begin = (unsigned long)this_cpu_read(irq_stack); in in_irq_stack() local
282 unsigned long begin = (unsigned long)task_stack_page(task); in in_task_stack() local
/linux/arch/mips/mti-malta/
H A Dmalta-memory.c27 static void free_init_pages_eva_malta(void *begin, void *end) in free_init_pages_eva_malta()
/linux/arch/riscv/errata/mips/
H A Derrata.c36 void mips_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in mips_errata_patch_func()
/linux/rust/syn/
H A Dpat.rs290 let begin = input.fork(); in parse_single() localVariable
559 let begin = input.fork(); in field_pat() localVariable
797 let begin = input.fork(); in pat_const() localVariable
H A Ddata.rs278 let begin = input.fork(); in parse() localVariable
343 let begin = input.fork(); in parse_named() localVariable
/linux/samples/seccomp/
H A Dbpf-helper.c66 struct __bpf_label *begin = labels->labels, *end; in seccomp_bpf_label() local
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_trace.h41 #define TRACE_DCN_FPU(begin, function, line, ref_count) \ argument
/linux/arch/riscv/errata/andes/
H A Derrata.c65 void __init_or_module andes_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in andes_errata_patch_func()
/linux/arch/powerpc/platforms/pseries/
H A Dpapr-rtas-common.h40 void (*begin)(struct papr_rtas_sequence *seq); member
/linux/arch/riscv/errata/sifive/
H A Derrata.c78 void sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, in sifive_errata_patch_func()
/linux/arch/powerpc/kernel/
H A Dcrash_dump.c112 void crash_free_reserved_phys_range(unsigned long begin, unsigned long end) in crash_free_reserved_phys_range()

123456