Searched refs:pm_size (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/sys/
H A Dpmckern.h88 size_t pm_size; /* size of unmapped region */ member in struct:pmckern_map_out
/freebsd-current/sys/dev/pci/
H A Dpci_user.c885 plen = round_page(membase + ((pci_addr_t)1 << pm->pm_size)) -
918 pbm->pbm_bar_length = (pci_addr_t)1 << pm->pm_size;
946 ((pci_addr_t)1 << pm->pm_size) < offset + width)
1355 bio->pbi_length = (pci_addr_t)1 << pm->pm_size;
H A Dpcivar.h61 pci_addr_t pm_size; member in struct:pci_map
H A Dpci_iov.c1020 bar_length = 1 << map->pm_size;
H A Dpci.c3212 pm->pm_size = size;
5444 mapsize = pm->pm_size;
/freebsd-current/sys/amd64/vmm/io/
H A Dppt.c449 size = (pci_addr_t)1 << pm->pm_size;
/freebsd-current/sys/vm/
H A Dvm_mmap.c584 pkm.pm_size = (size_t) size;
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_mod.c1890 pkm->pm_address + pkm->pm_size);
1901 pkm->pm_address, pkm->pm_address + pkm->pm_size);

Completed in 215 milliseconds