Searched refs:xen_memory (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-devices-system-xen_memory | 1 What: /sys/devices/system/xen_memory/xen_memory0/max_retry_count 11 What: /sys/devices/system/xen_memory/xen_memory0/max_schedule_delay 19 What: /sys/devices/system/xen_memory/xen_memory0/retry_count 30 What: /sys/devices/system/xen_memory/xen_memory0/schedule_delay 41 What: /sys/devices/system/xen_memory/xen_memory0/target 49 What: /sys/devices/system/xen_memory/xen_memory0/target_kb 56 What: /sys/devices/system/xen_memory/xen_memory0/info/current_kb 64 What: /sys/devices/system/xen_memory/xen_memory0/info/high_kb 71 What: /sys/devices/system/xen_memory/xen_memory0/info/low_kb 79 What: /sys/devices/system/xen_memory/xen_memory0/scrub_pages
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 153 memory_region_init_ram(&xen_memory, NULL, "xen.ram", block_len, in xen_ram_init() 155 *ram_memory_p = &xen_memory; in xen_ram_init() 158 &xen_memory, 0, 0xa0000); in xen_ram_init() 167 &xen_memory, 0xc0000, in xen_ram_init() 172 &xen_memory, 0x100000000ULL, in xen_ram_init()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-pvh-common.c | 49 memory_region_init_ram(&xen_memory, NULL, "xen.ram", block_len, in xen_pvh_init_ram() 52 memory_region_init_alias(&s->ram.low, NULL, "xen.ram.lo", &xen_memory, in xen_pvh_init_ram() 56 memory_region_init_alias(&s->ram.high, NULL, "xen.ram.hi", &xen_memory, in xen_pvh_init_ram()
|
H A D | xen-hvm-common.c | 13 MemoryRegion xen_memory, xen_grants; variable 18 return mr == &xen_memory || mr == &xen_grants; in xen_mr_is_memory()
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-hvm-common.h | 18 extern MemoryRegion xen_memory;
|
/openbmc/linux/drivers/xen/ |
H A D | Kconfig | 38 /sys/devices/system/xen_memory/xen_memory0/target or 39 /sys/devices/system/xen_memory/xen_memory0/target_kb on the 78 /sys/devices/system/xen_memory/xen_memory0/scrub_pages.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 7249 with /sys/devices/system/xen_memory/xen_memory0/scrub_pages.
|