Lines Matching refs:ifctx
25 Aml *method, *field, *ifctx, *ifctx2, *ifctx3, *func_mask, in tpm_build_ppi_acpi() local
73 ifctx = aml_if(aml_lgreater_equal(op, aml_int(0x100))); in tpm_build_ppi_acpi()
75 aml_append(ifctx, aml_return(zero)); in tpm_build_ppi_acpi()
77 aml_append(method, ifctx); in tpm_build_ppi_acpi()
119 ifctx = aml_if( in tpm_build_ppi_acpi()
132 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
145 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
185 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
235 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
254 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
287 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
304 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
376 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
407 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
409 aml_append(ifctx, aml_return(aml_buffer(1, zerobyte))); in tpm_build_ppi_acpi()
411 aml_append(method, ifctx); in tpm_build_ppi_acpi()
417 ifctx = aml_if( in tpm_build_ppi_acpi()
430 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
454 aml_append(ifctx, ifctx2); in tpm_build_ppi_acpi()
456 aml_append(method, ifctx); in tpm_build_ppi_acpi()