Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 56) sorted by relevance

123

/trusted-firmware-a/plat/xilinx/common/
A Dipi.c72 if (remote >= ipi_total || local >= ipi_total) in is_ipi_mb_within_range()
91 if (!is_ipi_mb_within_range(local, remote)) in ipi_mb_validate()
93 else if (IPI_IS_SECURE(local) && !is_secure) in ipi_mb_validate()
108 void ipi_mb_open(uint32_t local, uint32_t remote) in ipi_mb_open() argument
110 mmio_write_32(IPI_REG_BASE(local) + IPI_IDR_OFFSET, in ipi_mb_open()
112 mmio_write_32(IPI_REG_BASE(local) + IPI_ISR_OFFSET, in ipi_mb_open()
123 void ipi_mb_release(uint32_t local, uint32_t remote) in ipi_mb_release() argument
125 mmio_write_32(IPI_REG_BASE(local) + IPI_IDR_OFFSET, in ipi_mb_release()
170 status = mmio_read_32(IPI_REG_BASE(local) + in ipi_mb_notify()
184 void ipi_mb_ack(uint32_t local, uint32_t remote) in ipi_mb_ack() argument
[all …]
/trusted-firmware-a/plat/xilinx/common/include/
A Dipi.h54 int ipi_mb_validate(uint32_t local, uint32_t remote, unsigned int is_secure);
57 void ipi_mb_open(uint32_t local, uint32_t remote);
60 void ipi_mb_release(uint32_t local, uint32_t remote);
63 int ipi_mb_enquire_status(uint32_t local, uint32_t remote);
66 void ipi_mb_notify(uint32_t local, uint32_t remote, uint32_t is_blocking);
69 void ipi_mb_ack(uint32_t local, uint32_t remote);
72 void ipi_mb_disable_irq(uint32_t local, uint32_t remote);
75 void ipi_mb_enable_irq(uint32_t local, uint32_t remote);
/trusted-firmware-a/lib/zlib/
A Dcrc32.c40 local unsigned long crc32_big OF((unsigned long,
56 local volatile int crc_table_empty = 1;
57 local z_crc_t FAR crc_table[TBLS][256];
58 local void make_crc_table OF((void));
88 local void make_crc_table() in make_crc_table()
165 local void write_table(out, table) in write_table()
266 local unsigned long crc32_little(crc, buf, len) in crc32_little()
306 local unsigned long crc32_big(crc, buf, len) in crc32_big()
344 local unsigned long gf2_matrix_times(mat, vec) in gf2_matrix_times()
361 local void gf2_matrix_square(square, mat) in gf2_matrix_square()
[all …]
A Dcrc32.h5 local const z_crc_t FAR crc_table[TBLS][256] =
A Dadler32.c10 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
143 local uLong adler32_combine_(adler1, adler2, len2) in adler32_combine_()
A Dzutil.c202 local int next_ptr = 0;
209 local ptr_table table[MAX_PTR];
A Dzutil.h36 #ifndef local
37 # define local static macro
A Dinflate.c95 local int inflateStateCheck OF((z_streamp strm));
96 local void fixedtables OF((struct inflate_state FAR *state));
97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
105 local int inflateStateCheck(strm) in inflateStateCheck()
278 local void fixedtables(state) in fixedtables()
396 local int updatewindow(strm, end, copy) in updatewindow()
1377 local unsigned syncsearch(have, buf, len) in syncsearch()
/trusted-firmware-a/plat/common/aarch64/
A Dplatform_up_stack.S12 .local platform_normal_stacks
A Dplatform_mp_stack.S12 .local platform_normal_stacks
/trusted-firmware-a/fdts/
A Dfvp-foundation-gicv2-psci.dts60 local-timer-stop;
69 local-timer-stop;
A Dfvp-foundation-gicv3-psci.dts60 local-timer-stop;
69 local-timer-stop;
A Dfvp-base-gicv2-psci.dts59 local-timer-stop;
68 local-timer-stop;
A Dfvp-base-gicv2-psci-aarch32.dts60 local-timer-stop;
69 local-timer-stop;
A Dfvp-base-gicv3-psci-aarch32-common.dtsi52 local-timer-stop;
61 local-timer-stop;
A Dfvp-base-gicv3-psci-common.dtsi116 local-timer-stop;
125 local-timer-stop;
/trusted-firmware-a/plat/arm/common/aarch64/
A Darm_helpers.S99 .local platform_coherent_stacks
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/fconf/
A Dmpmm-bindings.rst.txt12 :local:
/trusted-firmware-a/docs/components/fconf/
A Dmpmm-bindings.rst12 :local:
/trusted-firmware-a/docs/getting_started/
A Ddocs-build.rst15 copy without doing a local build.
20 For building a local copy of the |TF-A| documentation you will need, at minimum:
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Ddocs-build.rst.txt15 copy without doing a local build.
20 For building a local copy of the |TF-A| documentation you will need, at minimum:
/trusted-firmware-a/docs/plat/
A Dintel-agilex.rst28 - Fetch all the above 2 repositories into local host.
A Dintel-stratix10.rst28 - Fetch all the above 2 repositories into local host.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dintel-agilex.rst.txt28 - Fetch all the above 2 repositories into local host.
/trusted-firmware-a/docs/build/latex/
A Dsphinxlatexstyleheadings.sty25 ******** and Sphinx could not patch it, perhaps because your local ...|^^J%

Completed in 28 milliseconds

123