Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/linux-6.6.21/scripts/dtc/
Dof_unittest_expect313 $begin = pop @exp_found_or_begin;
314 if (compare($data, $begin)) {
318 } elsif (@begin > 0) {
319 $begin = pop @exp_begin_stack;
340 } elsif (! compare($data, $begin) and ($data ne $begin)) {
344 print " begin -> $begin\n";
387 $begin = pop @expnot_found_or_begin;
388 if (compare($data, $begin)) {
421 $begin = pop @expnot_begin_stack;
423 if (! compare($data, $begin) and ($data ne $begin)) {
[all …]
/linux-6.6.21/arch/x86/kernel/
Ddumpstack_32.c40 unsigned long *begin = (unsigned long *)this_cpu_read(pcpu_hot.hardirq_stack_ptr); in in_hardirq_stack() local
41 unsigned long *end = begin + (THREAD_SIZE / sizeof(long)); in in_hardirq_stack()
47 if (stack < begin || stack > end) in in_hardirq_stack()
51 info->begin = begin; in in_hardirq_stack()
58 info->next_sp = (unsigned long *)*begin; in in_hardirq_stack()
65 unsigned long *begin = (unsigned long *)this_cpu_read(pcpu_hot.softirq_stack_ptr); in in_softirq_stack() local
66 unsigned long *end = begin + (THREAD_SIZE / sizeof(long)); in in_softirq_stack()
72 if (stack < begin || stack > end) in in_softirq_stack()
76 info->begin = begin; in in_softirq_stack()
83 info->next_sp = (unsigned long *)*begin; in in_softirq_stack()
[all …]
Ddumpstack_64.c96 unsigned long begin, end, stk = (unsigned long)stack; in in_exception_stack() local
103 begin = (unsigned long)__this_cpu_read(cea_exception_stacks); in in_exception_stack()
108 if (!begin) in in_exception_stack()
111 end = begin + sizeof(struct cea_exception_stacks); in in_exception_stack()
113 if (stk < begin || stk >= end) in in_exception_stack()
117 k = (stk - begin) >> PAGE_SHIFT; in in_exception_stack()
124 begin += (unsigned long)ep->offs; in in_exception_stack()
125 end = begin + (unsigned long)ep->size; in in_exception_stack()
129 info->begin = (unsigned long *)begin; in in_exception_stack()
138 unsigned long *begin; in in_irq_stack() local
[all …]
Dsys_x86_64.c97 unsigned long *begin, unsigned long *end) in find_start_end() argument
107 *begin = 0x40000000; in find_start_end()
110 *begin = randomize_page(*begin, 0x02000000); in find_start_end()
115 *begin = get_mmap_base(1); in find_start_end()
129 unsigned long begin, end; in arch_get_unmapped_area() local
134 find_start_end(addr, flags, &begin, &end); in arch_get_unmapped_area()
149 info.low_limit = begin; in arch_get_unmapped_area()
Ddumpstack.c35 unsigned long *begin = task_stack_page(task); in in_task_stack() local
38 if (stack < begin || stack >= end) in in_task_stack()
42 info->begin = begin; in in_task_stack()
54 void *begin = ss; in in_entry_stack() local
57 if ((void *)stack < begin || (void *)stack >= end) in in_entry_stack()
61 info->begin = begin; in in_entry_stack()
/linux-6.6.21/fs/ufs/
Dutil.h317 #define ubh_get_addr8(ubh,begin) \ argument
318 ((u8*)(ubh)->bh[(begin) >> uspi->s_fshift]->b_data + \
319 ((begin) & ~uspi->s_fmask))
321 #define ubh_get_addr16(ubh,begin) \ argument
322 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
323 ((begin) & ((uspi->fsize>>1) - 1)))
325 #define ubh_get_addr32(ubh,begin) \ argument
326 (((__fs32*)((ubh)->bh[(begin) >> (uspi->s_fshift-2)]->b_data)) + \
327 ((begin) & ((uspi->s_fsize>>2) - 1)))
329 #define ubh_get_addr64(ubh,begin) \ argument
[all …]
/linux-6.6.21/arch/sh/mm/
Dcache-sh2a.c53 unsigned long begin, end; in sh2a__flush_wback_region() local
57 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2a__flush_wback_region()
66 if (((end - begin) >> PAGE_SHIFT) >= MAX_OCACHE_PAGES) { in sh2a__flush_wback_region()
67 begin = CACHE_OC_ADDRESS_ARRAY; in sh2a__flush_wback_region()
68 end = begin + (nr_ways * current_cpu_data.dcache.way_size); in sh2a__flush_wback_region()
70 for (v = begin; v < end; v += L1_CACHE_BYTES) { in sh2a__flush_wback_region()
78 for (v = begin; v < end; v += L1_CACHE_BYTES) in sh2a__flush_wback_region()
94 unsigned long begin, end; in sh2a__flush_purge_region() local
97 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2a__flush_purge_region()
104 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh2a__flush_purge_region()
[all …]
Dcache-sh2.c21 unsigned long begin, end; in sh2__flush_wback_region() local
23 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_wback_region()
26 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh2__flush_wback_region()
42 unsigned long begin, end; in sh2__flush_purge_region() local
44 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_purge_region()
48 for (v = begin; v < end; v+=L1_CACHE_BYTES) in sh2__flush_purge_region()
73 unsigned long begin, end; in sh2__flush_invalidate_region()
75 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_invalidate_region()
79 for (v = begin; v < end; v+=L1_CACHE_BYTES) in sh2__flush_invalidate_region()
Dcache-sh3.c35 unsigned long begin, end; in sh3__flush_wback_region() local
38 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh3__flush_wback_region()
42 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh3__flush_wback_region()
74 unsigned long begin, end; in sh3__flush_purge_region() local
76 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh3__flush_purge_region()
80 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh3__flush_purge_region()
/linux-6.6.21/samples/seccomp/
Dbpf-helper.c66 struct __bpf_label *begin = labels->labels, *end; in seccomp_bpf_label() local
74 begin->label = label; in seccomp_bpf_label()
75 begin->location = 0xffffffff; in seccomp_bpf_label()
79 end = begin + labels->count; in seccomp_bpf_label()
80 for (id = 0; begin < end; ++begin, ++id) { in seccomp_bpf_label()
81 if (!strcmp(label, begin->label)) in seccomp_bpf_label()
84 begin->label = label; in seccomp_bpf_label()
85 begin->location = 0xffffffff; in seccomp_bpf_label()
/linux-6.6.21/arch/mips/mm/
Dsc-rm7k.c189 unsigned long flags, addr, begin, end, pow2; in __probe_tcache() local
191 begin = (unsigned long) &_stext; in __probe_tcache()
192 begin &= ~((8 * 1024 * 1024) - 1); in __probe_tcache()
193 end = begin + (8 * 1024 * 1024); in __probe_tcache()
201 for (addr = begin; addr <= end; addr = (begin + pow2)) { in __probe_tcache()
210 cache_op(Index_Store_Tag_T, begin); in __probe_tcache()
214 for (addr = begin + (512 * 1024); addr <= end; addr = begin + pow2) { in __probe_tcache()
221 addr -= begin; in __probe_tcache()
/linux-6.6.21/drivers/md/persistent-data/
Ddm-space-map-metadata.c98 unsigned int begin; member
105 brb->begin = 0; in brb_init()
111 return brb->begin == brb->end; in brb_empty()
131 if (next == brb->begin) in brb_push()
151 bop = brb->bops + brb->begin; in brb_peek()
161 brb->begin = brb_next(brb, brb->begin); in brb_pop()
174 dm_block_t begin; member
314 for (i = smm->uncommitted.begin; in sm_metadata_get_count()
354 for (i = smm->uncommitted.begin; in sm_metadata_count_is_more_than_one()
458 r = sm_ll_find_common_free_block(&smm->old_ll, &smm->ll, smm->begin, smm->ll.nr_blocks, b); in sm_metadata_new_block_()
[all …]
/linux-6.6.21/arch/mips/ath25/
Dboard.c61 const void __iomem *begin = limit - 0x1000; in find_board_config() local
64 for (addr = begin; addr >= end; addr -= 0x1000) in find_board_config()
74 const void __iomem *rcfg, *begin, *end; in find_radio_config() local
81 begin = bcfg + 0x1000; in find_radio_config()
83 for (rcfg = begin; rcfg < end; rcfg += 0x1000) in find_radio_config()
88 begin = bcfg + 0xf8; in find_radio_config()
90 for (rcfg = begin; rcfg < end; rcfg += 0x1000) in find_radio_config()
/linux-6.6.21/arch/loongarch/kernel/
Dprocess.c235 unsigned long begin = (unsigned long)this_cpu_read(irq_stack); in in_irq_stack() local
236 unsigned long end = begin + IRQ_STACK_START; in in_irq_stack()
238 if (stack < begin || stack >= end) in in_irq_stack()
245 info->begin = begin; in in_irq_stack()
256 unsigned long begin = (unsigned long)task_stack_page(task); in in_task_stack() local
257 unsigned long end = begin + THREAD_SIZE; in in_task_stack()
259 if (stack < begin || stack >= end) in in_task_stack()
262 info->begin = begin; in in_task_stack()
/linux-6.6.21/arch/riscv/kernel/
Dalternative.c27 void (*patch_func)(struct alt_entry *begin, struct alt_entry *end,
152 static void __init_or_module _apply_alternatives(struct alt_entry *begin, in _apply_alternatives() argument
160 riscv_cpufeature_patch_func(begin, end, stage); in _apply_alternatives()
165 cpu_mfr_info.patch_func(begin, end, in _apply_alternatives()
177 struct alt_entry *begin, *end; in apply_vdso_alternatives() local
185 begin = (void *)hdr + alt->sh_offset, in apply_vdso_alternatives()
188 _apply_alternatives((struct alt_entry *)begin, in apply_vdso_alternatives()
/linux-6.6.21/lib/
Dratelimit.c50 if (!rs->begin) in ___ratelimit()
51 rs->begin = jiffies; in ___ratelimit()
53 if (time_is_before_jiffies(rs->begin + interval)) { in ___ratelimit()
62 rs->begin = jiffies; in ___ratelimit()
/linux-6.6.21/kernel/printk/
Dprintk_ringbuffer.c325 #define BLK_DATALESS(blk) (LPOS_DATALESS((blk)->begin) && \
605 if (blk_lpos->begin != lpos_begin) in data_make_reusable()
614 if (blk_lpos->begin != lpos_begin) in data_make_reusable()
1034 blk_lpos->begin = NO_LPOS; in data_alloc()
1048 blk_lpos->begin = FAILED_LPOS; in data_alloc()
1087 blk_lpos->begin = begin_lpos; in data_alloc()
1120 wrapped = (DATA_WRAPS(data_ring, blk_lpos->begin) != DATA_WRAPS(data_ring, blk_lpos->next)); in data_realloc()
1124 next_lpos = get_next_lpos(data_ring, blk_lpos->begin, size); in data_realloc()
1131 blk = to_block(data_ring, blk_lpos->begin); in data_realloc()
1144 blk = to_block(data_ring, blk_lpos->begin); in data_realloc()
[all …]
/linux-6.6.21/arch/x86/include/asm/
Dstacktrace.h28 unsigned long *begin, *end, *next_sp; member
55 void *begin = info->begin; in on_stack() local
59 addr >= begin && addr < end && in on_stack()
60 addr + len > begin && addr + len <= end); in on_stack()
/linux-6.6.21/arch/x86/mm/
Dinit.c891 void free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages() argument
896 begin_aligned = PAGE_ALIGN(begin); in free_init_pages()
899 if (WARN_ON(begin_aligned != begin || end_aligned != end)) { in free_init_pages()
900 begin = begin_aligned; in free_init_pages()
904 if (begin >= end) in free_init_pages()
914 begin, end - 1); in free_init_pages()
919 kmemleak_free_part((void *)begin, end - begin); in free_init_pages()
920 set_memory_np(begin, (end - begin) >> PAGE_SHIFT); in free_init_pages()
927 set_memory_nx(begin, (end - begin) >> PAGE_SHIFT); in free_init_pages()
928 set_memory_rw(begin, (end - begin) >> PAGE_SHIFT); in free_init_pages()
[all …]
/linux-6.6.21/drivers/platform/surface/aggregator/
Dssh_msgb.h25 u8 *begin; member
41 msgb->begin = ptr; in msgb_init()
52 return msgb->ptr - msgb->begin; in msgb_bytes_used()
120 u8 *const begin = msgb->ptr; in msgb_push_frame() local
129 msgb_push_crc(msgb, begin, msgb->ptr - begin); in msgb_push_frame()
/linux-6.6.21/arch/riscv/include/asm/
Dalternative.h48 void andes_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
51 void sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
54 void thead_errata_patch_func(struct alt_entry *begin, struct alt_entry *end,
58 void riscv_cpufeature_patch_func(struct alt_entry *begin, struct alt_entry *end,
/linux-6.6.21/tools/testing/selftests/powerpc/nx-gzip/
Dgzip_vas.c291 char *begin = buf; in nxu_touch_pages() local
304 t = *begin; in nxu_touch_pages()
306 *begin = t; in nxu_touch_pages()
307 begin = begin + page_len; in nxu_touch_pages()
308 } while (begin < end); in nxu_touch_pages()
/linux-6.6.21/include/asm-generic/
Dsections.h91 static inline bool memory_contains(void *begin, void *end, void *virt, in memory_contains() argument
94 return virt >= begin && virt + size <= end; in memory_contains()
108 static inline bool memory_intersects(void *begin, void *end, void *virt, in memory_intersects() argument
113 if (virt < end && vend > begin) in memory_intersects()
/linux-6.6.21/scripts/gdb/linux/
Ddmesg.py109 begin = utils.read_ulong(desc, begin_off) % text_data_sz
115 if begin & 1 == 1:
119 if begin > end:
120 begin = 0
123 text_start = begin + utils.get_long_type().sizeof
/linux-6.6.21/drivers/net/wireless/st/cw1200/
Dwsm.c893 hdr_len = buf->data - buf->begin; in wsm_receive_indication()
1076 size_t buf_len = buf->data - buf->begin; in wsm_cmd_send()
1097 cmd, __le16_to_cpu(((__le16 *)buf->begin)[2]), in wsm_cmd_send()
1110 ((__le16 *)buf->begin)[0] = __cpu_to_le16(buf_len); in wsm_cmd_send()
1111 ((__le16 *)buf->begin)[1] = __cpu_to_le16(cmd); in wsm_cmd_send()
1115 priv->wsm_cmd.ptr = buf->begin; in wsm_cmd_send()
1138 buf->begin, buf_len); in wsm_cmd_send()
1254 buf.begin = buf.data = data; in wsm_handle_exception()
1255 buf.end = &buf.begin[len]; in wsm_handle_exception()
1305 wsm_buf.begin = (u8 *)&wsm[0]; in wsm_handle_rx()
[all …]

12345678910>>...14