Home
last modified time | relevance | path

Searched full:p_start (Results 1 - 25 of 56) sorted by relevance

123

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_split_prim.h18 unsigned p_start; member
38 s->p_start = start; in util_split_prim_init()
58 if ((s->p_end - s->p_start) + s->close_first <= max_verts) { in util_split_prim_next()
59 s->emit(s->priv, s->p_start, s->p_end - s->p_start); in util_split_prim_next()
74 s->emit(s->priv, s->p_start, max_verts); in util_split_prim_next()
76 s->emit(s->priv, s->p_start + max_verts, 1); in util_split_prim_next()
77 s->p_start += max_verts; in util_split_prim_next()
109 s->emit (s->priv, s->p_start, max_verts); in util_split_prim_next()
110 s->p_start in util_split_prim_next()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dmemblock.h150 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL
153 #define for_each_physmem_range(i, type, p_start, p_end) \
154 for (i = 0, _next_physmem_range(&i, type, p_start, p_end); i != (u64)ULLONG_MAX; \
155 _next_physmem_range(&i, type, p_start, p_end))
166 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL
170 #define _for_each_mem_range(i, type_a, type_b, nid, flags, p_start, p_end, p_nid) \
171 for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, p_start, p_end, p_nid); i != (u64)ULLONG_MAX; \
172 __next_mem_range(&i, nid, flags, type_a, type_b, p_start, p_end, p_nid))
182 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL
186 #define _for_each_mem_range_rev(i, type_a, type_b, nid, flags, p_start, p_en
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dmemblock.h152 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL
155 #define for_each_physmem_range(i, type, p_start, p_end) \
156 for (i = 0, __next_physmem_range(&i, type, p_start, p_end); \
158 __next_physmem_range(&i, type, p_start, p_end))
169 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL
174 p_start, p_end, p_nid) \
176 p_start, p_end, p_nid); \
179 p_start, p_end, p_nid))
189 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL
194 p_start, p_en
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dmemblock.h163 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL
166 #define for_each_physmem_range(i, type, p_start, p_end) \
167 for (i = 0, __next_physmem_range(&i, type, p_start, p_end); \
169 __next_physmem_range(&i, type, p_start, p_end))
180 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL
185 p_start, p_end, p_nid) \
187 p_start, p_end, p_nid); \
190 p_start, p_end, p_nid))
200 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL
205 p_start, p_en
[all...]
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dphysmem_info.h91 * @p_start: ptr to unsigned long for start address of the range
96 #define for_each_physmem_usable_range(i, p_start, p_end) \
97 for (i = 0; !__get_physmem_range(i, p_start, p_end, true); i++)
100 #define for_each_physmem_online_range(i, p_start, p_end) \
101 for (i = 0; !__get_physmem_range(i, p_start, p_end, false); i++)
135 #define for_each_physmem_reserved_type_range(t, range, p_start, p_end) \
136 for (range = &physmem_info.reserved[t], *p_start = range->start, *p_end = range->end; \
138 *p_start = range ? range->start : 0, *p_end = range ? range->end : 0)
158 #define for_each_physmem_reserved_range(t, range, p_start, p_end) \
160 *p_start
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dmem_detect.h62 * @p_start: ptr to unsigned long for start address of the range
67 #define for_each_mem_detect_block(i, p_start, p_end) \
68 for (i = 0, __get_mem_detect_block(i, p_start, p_end); \
70 i++, __get_mem_detect_block(i, p_start, p_end))
/kernel/linux/linux-5.10/arch/riscv/mm/
H A Dkasan_init.c90 phys_addr_t p_start, p_end; in kasan_init() local
102 for_each_mem_range(i, &p_start, &p_end) { in kasan_init()
103 void *start = (void *)__va(p_start); in kasan_init()
/kernel/linux/linux-5.10/arch/nds32/mm/
H A Dproc.c413 unsigned long p_start = __pa(start); in cpu_l2cache_op() local
419 p_start = p_start & (~(line_size - 1)); in cpu_l2cache_op()
422 (p_start & ~(line_size - 1)) | op | in cpu_l2cache_op()
428 p_start += line_size; in cpu_l2cache_op()
429 } while (p_end > p_start); in cpu_l2cache_op()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/platform/rk/
H A Dcustom_log.h95 * log 从 'p_start' 地址开始的 'len' 个字节的数据.
97 #define D_MEM(p_start, len) \
100 char *p = (char *)(p_start); \
101 D("dump memory from addr of '" #p_start "', from %p, length %d' : ", (p_start), (len)); \
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/
H A Dcustom_log.h123 * log 从 'p_start' 地址开始的 'len' 个字节的数据.
125 #define D_MEM(p_start, len) \
128 char *p = (char *)(p_start); \
129 D("dump memory from addr of '" #p_start "', from %p, length %d' : ", \
130 (p_start), \
/kernel/linux/linux-6.6/kernel/
H A Dcrash_core.c427 unsigned long long start, end, p_start, p_end; in crash_exclude_mem_range() local
433 p_start = mstart; in crash_exclude_mem_range()
441 p_start = start; in crash_exclude_mem_range()
446 if (p_start == start && p_end == end) { in crash_exclude_mem_range()
471 if (p_start > start && p_end < end) { in crash_exclude_mem_range()
473 mem->ranges[i].end = p_start - 1; in crash_exclude_mem_range()
476 } else if (p_start != start) in crash_exclude_mem_range()
477 mem->ranges[i].end = p_start - 1; in crash_exclude_mem_range()
/kernel/linux/linux-6.6/mm/kmsan/
H A Dinit.c76 phys_addr_t p_start, p_end; in kmsan_init_shadow() local
80 for_each_reserved_mem_range(loop, &p_start, &p_end) in kmsan_init_shadow()
81 kmsan_record_future_shadow_range(phys_to_virt(p_start), in kmsan_init_shadow()
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dcrt0.S26 p_start: .8byte _start label
38 p_start: .long _start label
109 3: lwz r9,p_start-p_base(r10) /* note: these are relocated now */
192 3: ld r9,p_start-p_base(r10) /* note: these are relocated now */
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dcrt0.S27 p_start: .8byte _start label
39 p_start: .long _start label
115 3: lwz r9,p_start-p_base(r10) /* note: these are relocated now */
205 3: ld r9,p_start-p_base(r10) /* note: these are relocated now */
/third_party/python/Parser/
H A Dtokenizer.c1413 tok_get(struct tok_state *tok, const char **p_start, const char **p_end) in tok_get() argument
1418 *p_start = *p_end = NULL; in tok_get()
1609 *p_start = ignore_end; in tok_get()
1619 *p_start = type_start; /* after type_comment_prefix */ in tok_get()
1679 *p_start = tok->start; in tok_get()
1736 *p_start = tok->start; in tok_get()
1755 *p_start = tok->start; in tok_get()
1767 *p_start = tok->start; in tok_get()
1941 *p_start = tok->start; in tok_get()
1964 *p_start in tok_get()
2133 _PyTokenizer_Get(struct tok_state *tok, const char **p_start, const char **p_end) _PyTokenizer_Get() argument
2192 const char *p_start = NULL; _PyTokenizer_FindEncodingFilename() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/platform/rk/
H A Dcustom_log.h114 * log 从 'p_start' 地址开始的 'len' 个字节的数据.
116 #define D_MEM(p_start, len) \
119 char *p = (char *)(p_start); \
120 D("dump memory from addr of '" #p_start "', from %p, length %d' : ", (p_start), (len)); \
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/rk/
H A Dcustom_log.h140 * log 从 'p_start' 地址开始的 'len' 个字节的数据.
142 #define D_MEM(p_start, len) \
145 char *p = (char *)(p_start); \
146 D("dump memory from addr of '" #p_start "', from %p, length %d' : ", \
147 (p_start), \
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/platform/rk/
H A Dcustom_log.h114 * log 从 'p_start' 地址开始的 'len' 个字节的数据.
116 #define D_MEM(p_start, len) \
119 char *p = (char *)(p_start); \
120 D("dump memory from addr of '" #p_start "', from %p, length %d' : ", (p_start), (len)); \
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/rk/
H A Dcustom_log.h140 * log 从 'p_start' 地址开始的 'len' 个字节的数据.
142 #define D_MEM(p_start, len) \
145 char *p = (char *)(p_start); \
146 D("dump memory from addr of '" #p_start "', from %p, length %d' : ", \
147 (p_start), \
/kernel/linux/linux-5.10/kernel/
H A Dkexec_file.c1167 unsigned long long start, end, p_start, p_end; in crash_exclude_mem_range() local
1173 p_start = mstart; in crash_exclude_mem_range()
1181 p_start = start; in crash_exclude_mem_range()
1186 if (p_start == start && p_end == end) { in crash_exclude_mem_range()
1211 if (p_start > start && p_end < end) { in crash_exclude_mem_range()
1213 mem->ranges[i].end = p_start - 1; in crash_exclude_mem_range()
1216 } else if (p_start != start) in crash_exclude_mem_range()
1217 mem->ranges[i].end = p_start - 1; in crash_exclude_mem_range()
/kernel/linux/linux-6.6/arch/riscv/mm/
H A Dkasan_init.c474 phys_addr_t p_start, p_end; in kasan_init() local
500 for_each_mem_range(i, &p_start, &p_end) { in kasan_init()
501 void *start = (void *)__va(p_start); in kasan_init()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dnilfs2_api.h172 * @p_start: start checkpoint number (inclusive)
176 __u64 p_start; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dnilfs2_api.h172 * @p_start: start checkpoint number (inclusive)
176 __u64 p_start; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h186 u64 p_start = vmm->managed.p.addr; in nvkm_vmm_in_managed_range() local
187 u64 p_end = p_start + vmm->managed.p.size; in nvkm_vmm_in_managed_range()
192 if (start >= p_start && end <= p_end) in nvkm_vmm_in_managed_range()
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dinit_64.c1489 static void __meminitdata *p_start, *p_end; variable
1531 if (p_start) in vmemmap_populate_hugepages()
1533 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages()
1536 p_start = p; in vmemmap_populate_hugepages()
1644 if (p_start) { in vmemmap_populate_print_last()
1646 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last()
1647 p_start = NULL; in vmemmap_populate_print_last()

Completed in 31 milliseconds

123