Searched refs:bp_base (Results 1 – 6 of 6) sorted by relevance
133 void *bp_base; in hyp_map_vectors() local141 bp_base = (void *)__pkvm_create_private_mapping(phys, in hyp_map_vectors()144 if (IS_ERR_OR_NULL(bp_base)) in hyp_map_vectors()145 return PTR_ERR(bp_base); in hyp_map_vectors()147 __hyp_bp_vect_base = bp_base; in hyp_map_vectors()
53 char *bp_base = (char *)boot_params; in sanitize_boot_params() local83 bp_base + to_save[i].start, to_save[i].len); in sanitize_boot_params()
358 uint32 bp_base; /* adjusted bp base of host offload mem */ member
3960 bus->bp_base = PCIEDEV_ARM_ADDR(PHYSADDRLO(hstfw->pa), PCIEDEV_TRANS_WIN_HOSTMEM); in dhdpcie_hybridfw_download()3964 if (((bus->bp_base + hstfw->len) & PCIEDEV_ARM_ADDR_SPACE) < in dhdpcie_hybridfw_download()3965 (bus->bp_base & PCIEDEV_ARM_ADDR_SPACE)) { in dhdpcie_hybridfw_download()17651 return (dhdp->bus->bp_base); in dhd_bus_get_bp_base()
3967 bus->bp_base = PCIEDEV_ARM_ADDR(PHYSADDRLO(hstfw->pa), PCIEDEV_TRANS_WIN_HOSTMEM); in dhdpcie_hybridfw_download()3971 if (((bus->bp_base + hstfw->len) & PCIEDEV_ARM_ADDR_SPACE) < in dhdpcie_hybridfw_download()3972 (bus->bp_base & PCIEDEV_ARM_ADDR_SPACE)) { in dhdpcie_hybridfw_download()17658 return (dhdp->bus->bp_base); in dhd_bus_get_bp_base()