Home
last modified time | relevance | path

Searched refs:newtag (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/platform/vkernel64/platform/
H A Dbusdma_machdep.c188 bus_dma_tag_t newtag; in bus_dma_tag_create() local
213 newtag = kmalloc(sizeof(*newtag), M_DEVBUF, M_INTWAIT); in bus_dma_tag_create()
219 newtag->maxsize = maxsize; in bus_dma_tag_create()
222 newtag->flags = flags; in bus_dma_tag_create()
223 newtag->map_count = 0; in bus_dma_tag_create()
224 newtag->segments = NULL; in bus_dma_tag_create()
229 newtag->lowaddr = MIN(parent->lowaddr, newtag->lowaddr); in bus_dma_tag_create()
230 newtag->highaddr = MAX(parent->highaddr, newtag->highaddr); in bus_dma_tag_create()
240 newtag->alignment = MAX(parent->alignment, newtag->alignment); in bus_dma_tag_create()
283 kfree(newtag, M_DEVBUF); in bus_dma_tag_create()
[all …]
/dragonfly/sys/platform/pc64/x86_64/
H A Dbusdma_machdep.c228 bus_dma_tag_t newtag; in bus_dma_tag_create() local
253 newtag = kmalloc(sizeof(*newtag), M_DEVBUF, M_INTWAIT | M_ZERO); in bus_dma_tag_create()
260 newtag->maxsize = maxsize; in bus_dma_tag_create()
263 newtag->flags = flags; in bus_dma_tag_create()
264 newtag->map_count = 0; in bus_dma_tag_create()
265 newtag->segments = NULL; in bus_dma_tag_create()
270 newtag->lowaddr = MIN(parent->lowaddr, newtag->lowaddr); in bus_dma_tag_create()
271 newtag->highaddr = MAX(parent->highaddr, newtag->highaddr); in bus_dma_tag_create()
281 newtag->alignment = MAX(parent->alignment, newtag->alignment); in bus_dma_tag_create()
326 kfree(newtag, M_DEVBUF); in bus_dma_tag_create()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c8606 tree newtag; in instantiate_class_template_1() local
8623 if (newtag == error_mark_node) in instantiate_class_template_1()
8626 if (TREE_CODE (newtag) != ENUMERAL_TYPE) in instantiate_class_template_1()
8641 CLASSTYPE_USE_TEMPLATE (newtag) = 0; in instantiate_class_template_1()
18798 tsubst_enum (tree tag, tree newtag, tree args) in tsubst_enum() argument
18802 if (SCOPED_ENUM_P (newtag)) in tsubst_enum()
18803 begin_scope (sk_scoped_enum, newtag); in tsubst_enum()
18825 if (SCOPED_ENUM_P (newtag)) in tsubst_enum()
18828 finish_enum_value_list (newtag); in tsubst_enum()
18829 finish_enum (newtag); in tsubst_enum()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Darm.cc10811 int newtag, in tag_cpu_arch_combine() argument
10954 if (oldtag > elfcpp::MAX_TAG_CPU_ARCH || newtag > elfcpp::MAX_TAG_CPU_ARCH) in tag_cpu_arch_combine()
10969 if ((newtag == T(V6_M) && secondary_compat == T(V4T)) in tag_cpu_arch_combine()
10970 || (newtag == T(V4T) && secondary_compat == T(V6_M))) in tag_cpu_arch_combine()
10971 newtag = T(V4T_PLUS_V6_M); in tag_cpu_arch_combine()
10974 int tagh = std::max(oldtag, newtag); in tag_cpu_arch_combine()
10978 int tagl = std::min(oldtag, newtag); in tag_cpu_arch_combine()
10994 name, oldtag, newtag); in tag_cpu_arch_combine()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c11062 tree newtag; in instantiate_class_template_1() local
11079 if (newtag == error_mark_node) in instantiate_class_template_1()
11082 if (TREE_CODE (newtag) != ENUMERAL_TYPE) in instantiate_class_template_1()
11097 CLASSTYPE_USE_TEMPLATE (newtag) = 0; in instantiate_class_template_1()
24398 tsubst_enum (tree tag, tree newtag, tree args) in tsubst_enum() argument
24402 if (SCOPED_ENUM_P (newtag)) in tsubst_enum()
24403 begin_scope (sk_scoped_enum, newtag); in tsubst_enum()
24426 if (SCOPED_ENUM_P (newtag)) in tsubst_enum()
24429 finish_enum_value_list (newtag); in tsubst_enum()
24430 finish_enum (newtag); in tsubst_enum()
[all …]