search for: actbl

Displaying 5 results from an estimated 5 matches for "actbl".

Did you mean: actbl2
2015 Sep 21
4
When can the dominator tree not contain a node for a basic block?
...4-pc-windows-msvc18.0.0" %struct.c_derived_tbl.2.5.8.11.14.17.23.38.59.80.92.98.104.107.155.183 = type { [256 x i32], [256 x i8] } ; Function Attrs: nounwind uwtable define void @encode_one_blockX2(%struct.c_derived_tbl.2.5.8.11.14.17.23.38.59.80.92.98.104.107.155.183* nocapture readonly %actbl) #0 { entry: br i1 undef, label %L_KLOOP_01, label %L_KLOOP.preheader L_KLOOP_01: ; preds = %while.end, %entry br label %L_KLOOP.preheader L_KLOOP_08: ; preds = %while.end br label %L_KLOOP.preheader L_KLOOP.pr...
2012 Nov 05
2
[PATCH] x86/ACPI: invalidate BGRT
.../x86/efi/boot.c, and avoid adding that specific region to the E820 table. None of these is really attractive, and as Xen commonly prints to the video console anyway (without trying to avoid any regions on the screen), the invalidation would need to be done conditionally anyway. (xen/include/acpi/actbl3.h is a verbatim copy from Linux 3.7-rc4) Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/xen/arch/x86/acpi/boot.c +++ b/xen/arch/x86/acpi/boot.c @@ -286,6 +286,25 @@ static int __init acpi_parse_hpet(struct #define acpi_parse_hpet NULL #endif +static int __init acpi_invalidate_bgr...
2012 Nov 07
0
[PATCH v2] x86/ACPI: invalidate BGRT if necessary
...x86/efi/boot.c, and avoid adding that specific region to the E820 table. None of these are really attractive, and as Xen commonly prints to the video console anyway (without trying to avoid any regions on the screen), the invalidation would need to be done conditionally anyway. (xen/include/acpi/actbl3.h is a verbatim copy from Linux 3.7-rc4) Signed-off-by: Jan Beulich <jbeulich@suse.com> --- v2: Only invalidate if the image lives in RAM, and do the invalidation by clearing both the valid bit and the image address. --- a/xen/arch/x86/acpi/boot.c +++ b/xen/arch/x86/acpi/boot.c @@ -28,...
2012 Mar 03
0
[RFC GIT PATCHES] acpioff: COM32 module to shut off machine using ACPI
...2/acpioff/acpica_linuxized/include/acpi/acpi.h | 66 + .../acpica_linuxized/include/acpi/acpiosxf.h | 265 ++++ .../acpioff/acpica_linuxized/include/acpi/acpixf.h | 450 +++++++ .../acpica_linuxized/include/acpi/acrestyp.h | 604 ++++++++++ .../acpioff/acpica_linuxized/include/acpi/actbl.h | 389 ++++++ .../acpioff/acpica_linuxized/include/acpi/actbl1.h | 963 +++++++++++++++ .../acpioff/acpica_linuxized/include/acpi/actbl2.h | 1048 ++++++++++++++++ .../acpioff/acpica_linuxized/include/acpi/actbl3.h | 552 +++++++++ .../acpica_linuxized/include/acpi/actypes.h | 1105 +++...
2011 Dec 12
0
[PATCH 1/4] ACPI: eliminate duplicate MADT parsing and unused SBF definitions
Use their proper counterparts in include/acpi/actbl*.h instead. Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/xen/arch/ia64/xen/dom_fw_common.c +++ b/xen/arch/ia64/xen/dom_fw_common.c @@ -347,7 +347,7 @@ struct fake_acpi_tables { struct acpi_table_header dsdt; uint8_t aml[8 + 11 * MAX_VIRT_CPUS]; struct acpi_table_madt madt; - s...