Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - X index
The Linux kernel configuration item CONFIG_XEN_MAX_DOMAIN_MEMORY
has multiple definitions:
arch/x86/xen/Kconfig
The configuration item CONFIG_XEN_MAX_DOMAIN_MEMORY:
( CONFIG_X86_64 ) && ( CONFIG_X86_32 ) && ( CONFIG_XEN )
This only affects the sizing of some bss arrays, the unused portions of which are freed.
arch/x86/xen/Kconfig
The configuration item CONFIG_XEN_MAX_DOMAIN_MEMORY:
( CONFIG_X86_32 ) && ( CONFIG_X86_64 ) && ( CONFIG_XEN )
The pseudo-physical to machine address array is sized according to the maximum possible memory size of a Xen domain. This array uses 1 page per gigabyte, so there's no need to be too stingy here.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - X index
Automatically generated (in year 2024). See also LKDDb sources on GitLab