Searched refs:textsz (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | lpad.c | 78 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 D | wpireg.h | 583 uint32_t textsz; member
|
H A D | wpi.c | 505 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 D | iwp.c | 1130 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 D | iwp_hw.h | 2536 uint32_t textsz; member
|
/titanic_41/usr/src/uts/common/io/iwk/ |
H A D | iwk_hw.h | 3162 uint32_t textsz; member
|
H A D | iwk2.c | 1066 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 D | iwh_hw.h | 2538 uint32_t textsz; member
|
H A D | iwh.c | 1207 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()
|