Searched defs:page_shift (Results  1 – 15 of 15) sorted by relevance
| /openbmc/qemu/target/ppc/ | 
| H A D | mmu-hash64.h | 142     uint32_t page_shift;  /* Page shift (or 0) */  member148     uint32_t page_shift;  /* Base page shift of segment (or 0) */  member
 
 | 
| H A D | kvm_ppc.h | 277 static inline void *kvmppc_create_spapr_tce(uint32_t liobn, uint32_t page_shift,  in kvmppc_create_spapr_tce()
 | 
| H A D | kvm.c | 2224 void *kvmppc_create_spapr_tce(uint32_t liobn, uint32_t page_shift,  in kvmppc_create_spapr_tce()
 | 
| /openbmc/qemu/hw/ppc/ | 
| H A D | spapr_rtas_ddw.c | 151     uint32_t addr, page_shift, window_shift, liobn;  in rtas_ibm_create_pe_dma_window()  local
 | 
| H A D | spapr_iommu.c | 81                                        uint32_t page_shift,  in spapr_tce_alloc_table()383                             uint32_t page_shift, uint64_t bus_offset,  in spapr_tce_table_enable()
 
 | 
| /openbmc/qemu/hw/intc/ | 
| H A D | pnv_xive.c | 95 static uint64_t pnv_xive_vst_page_size_allowed(uint32_t page_shift)  in pnv_xive_vst_page_size_allowed()127     uint32_t page_shift;  in pnv_xive_vst_addr_indirect()  local
 609     uint32_t page_shift;  in pnv_xive_vst_per_subpage()  local
 772     uint32_t page_shift = GETFIELD(VSD_TSIZE, vsd) + 12;  in pnv_xive_vst_set_exclusive()  local
 
 | 
| H A D | pnv_xive2.c | 146 static uint64_t pnv_xive2_vst_page_size_allowed(uint32_t page_shift)  in pnv_xive2_vst_page_size_allowed()178     uint32_t page_shift;  in pnv_xive2_vst_addr_indirect()  local
 856     uint32_t page_shift = GETFIELD(VSD_TSIZE, vsd) + 12;  in pnv_xive2_vst_set_exclusive()  local
 2653     uint32_t page_shift;  in pnv_xive2_vst_per_subpage()  local
 
 | 
| H A D | spapr_xive_kvm.c | 703     uint32_t page_shift = 16; /* TODO: fix page_shift */  in kvmppc_xive_mmap()  local
 | 
| /openbmc/qemu/linux-headers/asm-powerpc/ | 
| H A D | kvm.h | 348 	__u32 page_shift;  member438 		__u8	page_shift;  member
 753 	__u32 page_shift;	/* Page shift (or 0) */  member
 758 	__u32 page_shift;	/* Base page shift of segment (or 0) */  member
 
 | 
| /openbmc/u-boot/include/linux/mtd/ | 
| H A D | onenand.h | 84 	unsigned int page_shift;  member
 | 
| H A D | rawnand.h | 918 	int page_shift;  member
 | 
| /openbmc/u-boot/drivers/nvme/ | 
| H A D | nvme.c | 336 	unsigned page_shift = 12;  in nvme_configure_admin_queue()  local
 | 
| /openbmc/qemu/target/arm/tcg/ | 
| H A D | tlb-insns.c | 829     unsigned int page_size_granule, page_shift, num, scale, exponent;  in tlbi_aa64_get_range()  local
 | 
| /openbmc/qemu/linux-headers/linux/ | 
| H A D | vfio.h | 1810 	__u32 page_shift;  member
 | 
| /openbmc/qemu/include/hw/ppc/ | 
| H A D | spapr.h | 874     uint32_t page_shift;  member
 |