Home
last modified time | relevance | path

Searched refs:page_bits (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/
H A Dpage-target.c15 int page_bits = TARGET_PAGE_BITS; in qemu_target_pages_to_MiB() local
18 g_assert(page_bits < 20); in qemu_target_pages_to_MiB()
20 return pages >> (20 - page_bits); in qemu_target_pages_to_MiB()
/openbmc/qemu/target/m68k/
H A Dhelper.c739 int page_bits; in get_physical_address() local
873 page_bits = 13; in get_physical_address()
875 page_bits = 12; in get_physical_address()
877 *page_size = 1 << page_bits; in get_physical_address()
/openbmc/qemu/hw/nvme/
H A Dnvme.h573 uint16_t page_bits; member
H A Dctrl.c891 int num_prps = (len >> n->page_bits) + 1; in nvme_map_prp()
935 nents = (len + n->page_size - 1) >> n->page_bits; in nvme_map_prp()
7699 uint32_t page_bits = NVME_CC_MPS(cc) + 12; in nvme_start_ctrl() local
7700 uint32_t page_size = 1 << page_bits; in nvme_start_ctrl()
7750 n->page_bits = page_bits; in nvme_start_ctrl()