Searched refs:window (Results 1 – 13 of 13) sorted by relevance
/trusted-firmware-a-latest/docs/plat/marvell/armada/misc/ |
D | mvebu-iob.rst | 23 Array that includes the configuration of the windows. Every window/entry is 26 - Base address of the window 27 - Size of the window 28 - Target-ID of the window 48 {0x00000000f7000000, 0x0000000001000000, PEX1_TID}, /* PEX1_X1 window */ 49 {0x00000000f8000000, 0x0000000001000000, PEX2_TID}, /* PEX2_X1 window */ 50 {0x00000000f6000000, 0x0000000001000000, PEX0_TID}, /* PEX0_X4 window */ 51 {0x00000000f9000000, 0x0000000001000000, NAND_TID} /* NAND window */
|
D | mvebu-ccu.rst | 19 Array that includes the configuration of the windows. Every window/entry is 22 - Base address of the window 23 - Size of the window 24 - Target-ID of the window 32 {0x00000000f2000000, 0x00000000e000000, IO_0_TID}, /* IO window */
|
D | mvebu-io-win.rst | 30 Array that include the configuration of the windows. Every window/entry is 33 - Base address of the window 34 - Size of the window 35 - Target-ID of the window 43 {0x00000000fe000000, 0x000000001f00000, PCIE_PORT_TID}, /* PCIe window 31Mb for PCIe port*/ 44 {0x00000000ffe00000, 0x000000000100000, PCIE_REGS_TID}, /* PCI-REG window 64Kb for PCIe-reg*/ 45 {0x00000000f6000000, 0x000000000100000, MCIPHY_TID}, /* MCI window 1Mb for PHY-reg*/
|
D | mvebu-amb.rst | 9 The Runit contains eight configurable windows. Each window defines a contiguous, 45 Array that include the configuration of the windows. Every window/entry is a 48 - Base address of the window 49 - Attribute of the window
|
/trusted-firmware-a-latest/lib/zlib/ |
D | inffast.c | 63 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() local 90 window = state->window; in inflate_fast() 196 from = window; in inflate_fast() 215 from = window; in inflate_fast()
|
D | inflate.c | 167 if (state->window != Z_NULL && state->wbits != (unsigned)windowBits) { in inflateReset2() 168 ZFREE(strm, state->window); in inflateReset2() 169 state->window = Z_NULL; in inflateReset2() 208 state->window = Z_NULL; in inflateInit2_() 375 if (state->window == Z_NULL) { in updatewindow() 376 state->window = (unsigned char FAR *) in updatewindow() 379 if (state->window == Z_NULL) return 1; in updatewindow() 391 zmemcpy(state->window, end - state->wsize, state->wsize); in updatewindow() 398 zmemcpy(state->window + state->wnext, end - copy, dist); in updatewindow() 401 zmemcpy(state->window, end - copy, copy); in updatewindow() [all …]
|
D | inflate.h | 100 unsigned char FAR *window; /* allocated sliding window, if needed */ member
|
D | zlib.h | 1795 unsigned char FAR *window, 1809 # define z_inflateBackInit(strm, windowBits, window) \ argument 1810 inflateBackInit_((strm), (windowBits), (window), \ 1823 # define inflateBackInit(strm, windowBits, window) \ argument 1824 inflateBackInit_((strm), (windowBits), (window), \
|
/trusted-firmware-a-latest/docs/about/ |
D | release-information.rst | 14 the integration branch during the merge window.
|
/trusted-firmware-a-latest/docs/plat/ |
D | hikey960.rst | 82 - Install ser2net. Use telnet as the console since UEFI will output window
|
/trusted-firmware-a-latest/docs/plat/marvell/armada/ |
D | build.rst | 99 for SRAM address range at BL31 execution stage with window target set to DRAM-0. 100 When Trusted OS activates LLC SRAM, the CCU window target is changed to SRAM.
|
/trusted-firmware-a-latest/docs/components/ |
D | secure-partition-manager-mm.rst | 625 available to the Secure Partition during a specific time window: from the first
|
/trusted-firmware-a-latest/docs/design/ |
D | firmware-design.rst | 233 CLCD window of the FVP.
|