Home
last modified time | relevance | path

Searched refs:PAGE_SIZE (Results 1 – 16 of 16) sorted by relevance

/qemu/pc-bios/s390-ccw/
H A Dnetmain.c53 IplParameterBlock iplb __attribute__((aligned(PAGE_SIZE)));
245 mem = malloc(2 * PAGE_SIZE); in get_uuid()
250 buf = (uint8_t *)(((uint64_t)mem + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1)); in get_uuid()
251 memset(buf, 0, PAGE_SIZE); in get_uuid()
H A Ddasd-ipl.c17 static char prefix_page[PAGE_SIZE * 2]
18 __attribute__((__aligned__(PAGE_SIZE * 2)));
H A Dcio.c20 static char chsc_page[PAGE_SIZE] __attribute__((__aligned__(PAGE_SIZE)));
29 memset(sda_area, 0, PAGE_SIZE); in enable_mss_facility()
H A Dsclp.c17 static char _sccb[PAGE_SIZE] __attribute__((__aligned__(4096)));
H A Diplb.h75 extern IplParameterBlock iplb __attribute__((__aligned__(PAGE_SIZE)));
H A Ds390-ccw.h23 #define PAGE_SIZE 4096 macro
H A Dmain.c23 IplParameterBlock iplb __attribute__((__aligned__(PAGE_SIZE)));
H A Dvirtio.h47 #define VIRTIO_RING_SIZE (PAGE_SIZE * 8)
H A Dbootmap.c31 static uint8_t sec[MAX_SECTOR_SIZE*4] __attribute__((__aligned__(PAGE_SIZE)));
59 static uint8_t _s2[MAX_SECTOR_SIZE * 3] __attribute__((__aligned__(PAGE_SIZE)));
H A Dvirtio.c24 __attribute__((__aligned__(PAGE_SIZE)));
/qemu/include/standard-headers/linux/
H A Dfuse.h1134 (PAGE_SIZE / sizeof(struct fuse_removemapping_one))
/qemu/accel/kvm/
H A Dkvm-all.c63 #ifdef PAGE_SIZE
64 #undef PAGE_SIZE
66 #define PAGE_SIZE qemu_real_host_page_size() macro
451 (void *)cpu->kvm_run + s->coalesced_mmio * PAGE_SIZE; in kvm_init_vcpu()
459 PAGE_SIZE * KVM_DIRTY_LOG_PAGE_OFFSET); in kvm_init_vcpu()
/qemu/docs/specs/
H A Dacpi_erst.rst77 equal to 4096 (PAGE_SIZE).
/qemu/qapi/
H A Dblock-export.json202 # PAGE_SIZE] and must be power of 2. Defaults to 512 bytes.
/qemu/linux-headers/linux/
H A Dkvm.h482 ((PAGE_SIZE - sizeof(struct kvm_coalesced_mmio_ring)) / \
/qemu/
H A Dqemu-options.hx252 KVM implements dirty page logging at the PAGE_SIZE granularity and
254 PAGE_SIZE pages in the first place. KVM on ARM does this splitting
260 1GB/2MB/4KB, 32MB/16KB and 512MB/64KB for 4KB/16KB/64KB PAGE_SIZE