Home
last modified time | relevance | path

Searched refs:textsz (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/sun4v/os/
H A Dlpad.c78 uint64_t textsz; in lpad_setup() local
102 textsz = (uint64_t)mach_cpu_startup_end - (uint64_t)mach_cpu_startup; in lpad_setup()
104 LPAD_DBG("lpad textsz=%ld\n", textsz); in lpad_setup()
106 ASSERT(textsz <= LPAD_TEXT_SIZE); in lpad_setup()
109 bcopy((void *)mach_cpu_startup, lpp->buf, textsz); in lpad_setup()
/titanic_41/usr/src/uts/common/io/wpi/
H A Dwpireg.h583 uint32_t textsz; member
H A Dwpi.c505 sc->sc_data = sc->sc_text + LE_32(sc->sc_hdr->textsz); in wpi_attach()
874 err = wpi_alloc_dma_mem(sc, LE_32(sc->sc_hdr->textsz), in wpi_alloc_fw_dma()
1594 size = LE_32(sc->sc_hdr->textsz); in wpi_load_firmware()
/titanic_41/usr/src/uts/common/io/iwp/
H A Diwp.c1130 if (LE_32(sc->sc_hdr->textsz) > RTC_INST_SIZE) { in iwp_alloc_fw_dma()
1133 LE_32(sc->sc_hdr->textsz)); in iwp_alloc_fw_dma()
1150 err = iwp_alloc_dma_mem(sc, LE_32(sc->sc_hdr->textsz), in iwp_alloc_fw_dma()
1167 (void) memcpy(dma_p->mem_va, t, LE_32(sc->sc_hdr->textsz)); in iwp_alloc_fw_dma()
1172 t += LE_32(sc->sc_hdr->textsz); in iwp_alloc_fw_dma()
H A Diwp_hw.h2536 uint32_t textsz; member
/titanic_41/usr/src/uts/common/io/iwk/
H A Diwk_hw.h3162 uint32_t textsz; member
H A Diwk2.c1066 err = iwk_alloc_dma_mem(sc, LE_32(sc->sc_hdr->textsz), in iwk_alloc_fw_dma()
1079 (void) memcpy(dma_p->mem_va, t, LE_32(sc->sc_hdr->textsz)); in iwk_alloc_fw_dma()
1081 t += LE_32(sc->sc_hdr->textsz); in iwk_alloc_fw_dma()
/titanic_41/usr/src/uts/common/io/iwh/
H A Diwh_hw.h2538 uint32_t textsz; member
H A Diwh.c1207 err = iwh_alloc_dma_mem(sc, LE_32(sc->sc_hdr->textsz), in iwh_alloc_fw_dma()
1224 bcopy(t, dma_p->mem_va, LE_32(sc->sc_hdr->textsz)); in iwh_alloc_fw_dma()
1229 t += LE_32(sc->sc_hdr->textsz); in iwh_alloc_fw_dma()