acrn-hypervisor/hypervisor/include/arch/x86/asm
Chenli Wei 5f0588b5f8 hv: move the define of MAX_IR_ENTRIES to offline tool
There is an issue of calculate 2^n roundup of CONFIG_MAX_PT_IRQ_ENTRIES,
and the code style is very ugly when we use macro to fix it.

So this patch move MAX_IR_ENTRIES to offline tool which could do align
check and calculate it automatically.

Signed-off-by: Chenli Wei <chenli.wei@intel.com>
Reviewed-by: Fei Li <fei1.li@intel.com>
2022-05-20 09:08:47 +08:00
..
boot Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
guest hv: add `rtcdev` emulate vrtc 2022-05-12 13:20:21 +08:00
lib Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
apicreg.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
board.h hv: remove obsolete declarations related to RDT 2022-04-26 14:27:01 +08:00
cpu.h Fix: write xmm registers correctly 2022-05-06 10:29:33 +08:00
cpu_caps.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
cpufeatures.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
cpuid.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
default_acpi_info.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
e820.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
gdt.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
host_pm.h hv: dm: Use new power management data structures 2021-07-15 11:53:54 +08:00
idt.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
init.h hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
io.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
ioapic.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
irq.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
lapic.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
mmu.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
msr.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
notify.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
page.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
pci_dev.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
per_cpu.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
pgtable.h hv: remove pgentry_present field in struct pgtable 2022-04-20 17:38:02 +08:00
platform_caps.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
rdt.h hv: support CAT on hybrid platform 2022-04-18 15:33:11 +08:00
rtcm.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
rtct.h hv: refine the hard-coded GPA SSRAM area size 2022-04-18 16:47:23 +08:00
security.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
seed.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
sgx.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
trampoline.h hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
tsc.h doc: update timer HLD doc after modularization 2021-06-09 17:11:25 -04:00
vm_config.h hv: move the MAX_VUART_NUM_PER_VM to offline tool 2022-05-13 13:50:07 +08:00
vmx.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
vtd.h hv: move the define of MAX_IR_ENTRIES to offline tool 2022-05-20 09:08:47 +08:00
zeropage.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00