Lines Matching refs:tempobject
390 obj = &env->tempobject; in aml_parse_defbuffer()
412 obj = &env->tempobject; in aml_parse_concat_number()
442 resobj = &env->tempobject; in aml_parse_concat_buffer()
482 resobj = &env->tempobject; in aml_parse_concat_string()
588 aml_free_objectcontent(©->tempobject); in aml_parse_defpackage()
592 obj = &env->tempobject; in aml_parse_defpackage()
814 aml_free_objectcontent(©->tempobject); in aml_parse_deffield()
859 aml_free_objectcontent(©->tempobject); in aml_parse_defindexfield()
910 aml_free_objectcontent(©->tempobject); in aml_parse_defbankfield()
946 aml_free_objectcontent(©->tempobject); in aml_parse_defdevice()
991 aml_free_objectcontent(©->tempobject); in aml_parse_defprocessor()
1036 aml_free_objectcontent(©->tempobject); in aml_parse_defpowerres()
1074 aml_free_objectcontent(©->tempobject); in aml_parse_defthermalzone()
1245 if (srcbuf == &env->tempobject) { in aml_parse_defcreatefield()
1297 ret = &env->tempobject; in aml_parse_termobj()
1468 env->tempobject.num = anum.num; in aml_parse_termobj()
1485 env->tempobject.num = anum.num; in aml_parse_termobj()
1550 env->tempobject.num = anum.num; \ in aml_parse_termobj()
1551 env->tempname.property = &env->tempobject; \ in aml_parse_termobj()
1567 env->tempobject.type = aml_t_num; in aml_parse_termobj()
1568 env->tempobject.num.number = 0; in aml_parse_termobj()
1569 env->tempobject.num.constant = 1; in aml_parse_termobj()
1573 env->tempobject.type = aml_t_debug; in aml_parse_termobj()
1636 destname1->property == &env->tempobject) { in aml_parse_termobj()
1639 &env->tempobject, NULL); in aml_parse_termobj()
1685 env->tempobject.num = anum.num; \ in aml_parse_termobj()
1686 env->tempname.property = &env->tempobject; \ in aml_parse_termobj()
1711 env->tempobject.num = anum.num; in aml_parse_termobj()
1722 env->tempobject.num = anum.num; in aml_parse_termobj()
1743 env->tempobject.num = anum.num; in aml_parse_termobj()
1834 env->tempobject.num = anum.num; in aml_parse_termobj()
1905 env->tempname.property = &env->tempobject; in aml_parse_termobj()
1906 env->tempobject.num = anum.num; in aml_parse_termobj()
1913 if (srcbuf == &env->tempobject) { in aml_parse_termobj()
1935 env->tempobject.type = aml_t_num; in aml_parse_termobj()
1936 env->tempobject.num.number = aml_t_null; in aml_parse_termobj()
1938 env->tempobject.type = aml_t_num; in aml_parse_termobj()
1939 env->tempobject.num.number = aname->property->type; in aml_parse_termobj()
1954 env->tempobject.type = aml_t_num; \ in aml_parse_termobj()
1955 env->tempobject.num.number = (num1 operation num2) ? 0xffffffff : 0; \ in aml_parse_termobj()
1956 aname->property = &env->tempobject; \ in aml_parse_termobj()
1971 env->tempobject.type = aml_t_num; in aml_parse_termobj()
1972 env->tempobject.num.number = (!num1) ? 0xffffffff : 0; in aml_parse_termobj()
1973 aname->property = &env->tempobject; in aml_parse_termobj()