Home
last modified time | relevance | path

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

12

/trusted-firmware-a-3.7.0/lib/zlib/
Dcrc32.h5 local const z_crc_t FAR crc_table[] = {
63 local const z_word_t FAR crc_big_table[] = {
153 local const z_word_t FAR crc_big_table[] = {
213 local const z_crc_t FAR crc_braid_table[][256] = {
631 local const z_word_t FAR crc_braid_big_table[][256] = {
1323 local const z_crc_t FAR crc_braid_table[][256] = {
1533 local const z_word_t FAR crc_braid_big_table[][256] = {
1751 local const z_crc_t FAR crc_braid_table[][256] = {
2169 local const z_word_t FAR crc_braid_big_table[][256] = {
2861 local const z_crc_t FAR crc_braid_table[][256] = {
[all …]
Dcrc32.c113 local z_word_t byte_swap(z_word_t word) { in byte_swap()
139 local z_crc_t FAR x2n_table[32];
155 local z_crc_t multmodp(z_crc_t a, z_crc_t b) { in multmodp()
176 local z_crc_t x2nmodp(z_off64_t n, unsigned k) { in x2nmodp()
194 local z_crc_t FAR crc_table[256];
196 local z_word_t FAR crc_big_table[256];
197 local z_crc_t FAR crc_braid_table[W][256];
198 local z_word_t FAR crc_braid_big_table[W][256];
199 local void braid(z_crc_t [][256], z_word_t [][256], int, int);
202 local void write_table(FILE *, const z_crc_t FAR *, int);
[all …]
Dzutil.c187 local int next_ptr = 0;
194 local ptr_table table[MAX_PTR];
Dzutil.h32 #ifndef local
33 # define local static macro
Dadler32.c133 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) { in adler32_combine_()
/trusted-firmware-a-3.7.0/plat/xilinx/common/
Dipi.c69 static inline int is_ipi_mb_within_range(uint32_t local, uint32_t remote) in is_ipi_mb_within_range() argument
73 if (remote >= ipi_total || local >= ipi_total) { in is_ipi_mb_within_range()
89 int ipi_mb_validate(uint32_t local, uint32_t remote, unsigned int is_secure) in ipi_mb_validate() argument
93 if (!is_ipi_mb_within_range(local, remote)) { in ipi_mb_validate()
95 } else if (IPI_IS_SECURE(local) && !is_secure) { in ipi_mb_validate()
112 void ipi_mb_open(uint32_t local, uint32_t remote) in ipi_mb_open() argument
114 mmio_write_32(IPI_REG_BASE(local) + IPI_IDR_OFFSET, in ipi_mb_open()
116 mmio_write_32(IPI_REG_BASE(local) + IPI_ISR_OFFSET, in ipi_mb_open()
126 void ipi_mb_release(uint32_t local, uint32_t remote) in ipi_mb_release() argument
128 mmio_write_32(IPI_REG_BASE(local) + IPI_IDR_OFFSET, in ipi_mb_release()
[all …]
/trusted-firmware-a-3.7.0/plat/xilinx/common/include/
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-3.7.0/plat/common/aarch64/
Dplatform_up_stack.S12 .local platform_normal_stacks
Dplatform_mp_stack.S12 .local platform_normal_stacks
/trusted-firmware-a-3.7.0/plat/arm/board/n1sdp/fdts/
Dn1sdp_nt_fw_config.dts20 local-ddr-size = <0x0>;
/trusted-firmware-a-3.7.0/fdts/
Dfvp-foundation-gicv2-psci.dts60 local-timer-stop;
69 local-timer-stop;
Dfvp-foundation-gicv3-psci.dts60 local-timer-stop;
69 local-timer-stop;
Dmorello-fvp.dts38 local-timer-stop;
47 local-timer-stop;
Dfvp-base-psci-common.dtsi114 local-timer-stop;
123 local-timer-stop;
Dmorello-soc.dts39 local-timer-stop;
48 local-timer-stop;
Dtc.dts66 local-timer-stop;
74 local-timer-stop;
/trusted-firmware-a-3.7.0/docs/getting_started/
Ddocs-build.rst15 copy without doing a local build.
20 For building a local copy of the |TF-A| documentation you will need:
132 ~/.local/bin/poetry install && ~/.local/bin/poetry run make doc'
/trusted-firmware-a-3.7.0/docs/components/fconf/
Dmpmm-bindings.rst12 :local:
Damu-bindings.rst12 :local:
/trusted-firmware-a-3.7.0/plat/arm/board/morello/fdts/
Dmorello_nt_fw_config.dts18 local-ddr-size = <0x0 0x0>;
/trusted-firmware-a-3.7.0/docs/design_documents/
Dpsci_osi_mode.rst61 In platform-coordinated mode, each core independently selects their own local
198 and at least one of the node's children is in a local low-power state
430 local-timer-stop;
441 local-timer-stop;
563 local-timer-stop;
573 local-timer-stop;
583 local-timer-stop;
593 local-timer-stop;
605 local-timer-stop;
/trusted-firmware-a-3.7.0/docs/plat/
Dintel-agilex.rst28 - Fetch all the above 2 repositories into local host.
Dintel-stratix10.rst28 - Fetch all the above 2 repositories into local host.
/trusted-firmware-a-3.7.0/docs/
Dporting-guide.rst169 Defines the local power state corresponding to the deepest power down
170 possible at every power domain level in the platform. The local power
173 value to initialize the local power states of the power domain nodes and
178 Defines the local power state corresponding to the deepest retention state
181 PSCI implementation to distinguish between retention and power down local
186 Defines the maximum number of local power states per power domain level
188 most platforms just support a maximum of two local power states at each
190 account for more local power states, then it must redefine this macro.
2518 array of local power states where each index corresponds to a power domain
2519 level. Each entry contains the local power state the power domain at that power
[all …]
/trusted-firmware-a-3.7.0/docs/process/
Dfaq.rst28 API is likely to receive much greater scrutiny than a local change to a

12