Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/lib/zlib/
H A 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 …]
H A 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 …]
H A Dzutil.c187 local int next_ptr = 0;
194 local ptr_table table[MAX_PTR];
H A Dzutil.h32 #ifndef local
33 # define local static macro
H A Dadler32.c133 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) { in adler32_combine_()
H A Dinflate.c94 local int inflateStateCheck(z_streamp strm) { in inflateStateCheck()
252 local void fixedtables(struct inflate_state FAR *state) { in fixedtables()
368 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { in updatewindow()
1355 local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf, in syncsearch()
/rk3399_ARM-atf/plat/xilinx/common/
H A Dipi.c70 static inline uint32_t is_ipi_mb_within_range(uint32_t local, uint32_t remote) in is_ipi_mb_within_range() argument
74 if ((remote >= ipi_total) || (local >= ipi_total)) { in is_ipi_mb_within_range()
90 int32_t ipi_mb_validate(uint32_t local, uint32_t remote, uint32_t is_secure) in ipi_mb_validate() argument
94 if (is_ipi_mb_within_range(local, remote) == 0U) { in ipi_mb_validate()
96 } else if (IPI_IS_SECURE(local) && (is_secure == 0U)) { in ipi_mb_validate()
113 void ipi_mb_open(uint32_t local, uint32_t remote) in ipi_mb_open() argument
115 uint64_t idr_offset = (uint64_t)(IPI_REG_BASE(local) + IPI_IDR_OFFSET); in ipi_mb_open()
116 uint64_t isr_offset = (uint64_t)(IPI_REG_BASE(local) + IPI_ISR_OFFSET); in ipi_mb_open()
130 void ipi_mb_release(uint32_t local, uint32_t remote) in ipi_mb_release() argument
132 uint64_t idr_offset = (uint64_t)(IPI_REG_BASE(local) + IPI_IDR_OFFSET); in ipi_mb_release()
[all …]
/rk3399_ARM-atf/plat/xilinx/common/include/
H A Dipi.h55 int32_t ipi_mb_validate(uint32_t local, uint32_t remote, uint32_t is_secure);
58 void ipi_mb_open(uint32_t local, uint32_t remote);
61 void ipi_mb_release(uint32_t local, uint32_t remote);
64 uint32_t ipi_mb_enquire_status(uint32_t local, uint32_t remote);
67 void ipi_mb_notify(uint32_t local, uint32_t remote, uint32_t is_blocking);
70 void ipi_mb_ack(uint32_t local, uint32_t remote);
73 void ipi_mb_disable_irq(uint32_t local, uint32_t remote);
76 void ipi_mb_enable_irq(uint32_t local, uint32_t remote);
/rk3399_ARM-atf/docs/components/
H A Dnuma-per-cpu.rst5 :local:
13 other isolated compute and memory units. Each node typically has its own local
23 limits scalability in systems where each node has limited local memory.
26 :alt: Diagram showing the BL31 binary section layout in TF-A within local
31 the top. The memory extends from the local memory start address at
34 *Figure: Typical BL31/BL32 binary storage in local memory*
61 the local memory of each NUMA node. The figure below illustrates how per-CPU
62 objects are allocated in the local memory of their respective nodes.
67 NUMA enabled. When NUMA is disabled, Node 0 contains a local memory
72 remote nodes (Node 1 through Node N) each contain their own local
[all …]
/rk3399_ARM-atf/plat/common/aarch64/
H A Dplatform_up_stack.S12 .local platform_normal_stacks
H A Dplatform_mp_stack.S12 .local platform_normal_stacks
/rk3399_ARM-atf/plat/arm/board/n1sdp/fdts/
H A Dn1sdp_nt_fw_config.dts20 local-ddr-size = <0x0>;
/rk3399_ARM-atf/lib/libfdt/
H A Dversion.lds83 local:
/rk3399_ARM-atf/plat/arm/board/morello/fdts/
H A Dmorello_nt_fw_config.dts18 local-ddr-size = <0x0 0x0>;
/rk3399_ARM-atf/fdts/
H A Dfvp-base-psci-common.dtsi51 local-timer-stop;
60 local-timer-stop;
H A Dmorello-fvp.dts38 local-timer-stop;
47 local-timer-stop;
H A Dmorello-soc.dts39 local-timer-stop;
48 local-timer-stop;
/rk3399_ARM-atf/docs/getting_started/
H A Ddocs-build.rst15 copy without doing a local build.
20 For building a local copy of the |TF-A| documentation you will need:
116 ~/.local/bin/poetry run make doc'
/rk3399_ARM-atf/tools/cot_dt2c/
H A D.gitignore167 # Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configurati…
/rk3399_ARM-atf/docs/design_documents/
H A 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;
/rk3399_ARM-atf/docs/plat/
H A Dintel-agilex.rst28 - Fetch all the above 2 repositories into local host.
H A Dintel-stratix10.rst28 - Fetch all the above 2 repositories into local host.
H A Dhikey960.rst32 - Fetch all the above 5 repositories into local host.
/rk3399_ARM-atf/docs/process/
H A Dfaq.rst28 API is likely to receive much greater scrutiny than a local change to a
/rk3399_ARM-atf/docs/
H A 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.
2910 array of local power states where each index corresponds to a power domain
2911 level. Each entry contains the local power state the power domain at that power
[all …]

12