Searched refs:page_bits (Results 1 – 4 of 4) sorted by relevance
15 int page_bits = TARGET_PAGE_BITS; in qemu_target_pages_to_MiB() local18 g_assert(page_bits < 20); in qemu_target_pages_to_MiB()20 return pages >> (20 - page_bits); in qemu_target_pages_to_MiB()
739 int page_bits; in get_physical_address() local873 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()
573 uint16_t page_bits; member
891 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() local7700 uint32_t page_size = 1 << page_bits; in nvme_start_ctrl()7750 n->page_bits = page_bits; in nvme_start_ctrl()