Home
last modified time | relevance | path

Searched refs:first (Results 1 – 17 of 17) sorted by relevance

/SCP-firmware-master/product/rdv1/module/platform_system/src/
A Dmod_platform_system.c101 static void ppu_cores_isr(unsigned int first, uint32_t status) in ppu_cores_isr() argument
109 if ((first + core_idx) >= platform_core_get_core_count()) in ppu_cores_isr()
113 FWK_ID_ELEMENT(FWK_MODULE_IDX_PPU_V1, first + core_idx)); in ppu_cores_isr()
/SCP-firmware-master/product/sgi575/module/sgi575_system/src/
A Dmod_sgi575_system.c99 static void ppu_cores_isr(unsigned int first, uint32_t status) in ppu_cores_isr() argument
107 if ((first + core_idx) >= sgi575_core_get_core_count()) { in ppu_cores_isr()
112 FWK_ID_ELEMENT(FWK_MODULE_IDX_PPU_V1, first + core_idx)); in ppu_cores_isr()
/SCP-firmware-master/product/rdv1mc/module/platform_system/src/
A Dmod_platform_system.c104 static void ppu_cores_isr(unsigned int first, uint32_t status) in ppu_cores_isr() argument
112 if ((first + core_idx) >= platform_core_get_core_count()) in ppu_cores_isr()
116 FWK_ID_ELEMENT(FWK_MODULE_IDX_PPU_V1, first + core_idx)); in ppu_cores_isr()
/SCP-firmware-master/product/rdn1e1/module/rdn1e1_system/src/
A Dmod_rdn1e1_system.c107 static void ppu_cores_isr(unsigned int first, uint32_t status) in ppu_cores_isr() argument
115 if ((first + core_idx) >= rdn1e1_core_get_core_count()) in ppu_cores_isr()
119 FWK_ID_ELEMENT(FWK_MODULE_IDX_PPU_V1, first + core_idx)); in ppu_cores_isr()
/SCP-firmware-master/product/rdn2/module/platform_system/src/
A Dmod_platform_system.c236 static void ppu_cores_isr(unsigned int first, uint32_t status) in ppu_cores_isr() argument
244 if ((first + core_idx) >= platform_get_core_count()) { in ppu_cores_isr()
249 FWK_ID_ELEMENT(FWK_MODULE_IDX_PPU_V1, first + core_idx)); in ppu_cores_isr()
/SCP-firmware-master/module/apremap/doc/
A Dmodule_apremap_design.md105 1. For an address that falls within the first 2GB range of application processor
147 if (addr >= 0x0_0000_0000 <= 0x0_3FFF_FFFF): // first 1GB block
/SCP-firmware-master/doc/
A Dcode_style.md15 All files must begin with a license header of the following form, where first
16 year describes the year the file was first upstreamed, and the second year the
367 using the equivalent of two 4-space based tabs from the first column (see
A Ddeferred_response_architecture.md47 targeting itself first and then call the HAL module when processing such event.
A Dcmake_readme.md164 > is the first time the configuration is generated, select `'c'` (Configure)
257 > **NOTE**: The Docker container image will be built the first time you run
395 In order to begin with building a firmware, you will need to first provide to
A Dcode_rules.md74 In order to provide a reference, Juno platform is taken as a first platform to
A DDoxyfile22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
184 # first line (until the first dot) of a Javadoc-style comment as the brief
192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
193 # line (until the first dot) of a Qt-style comment as the brief description. If
358 # tag is set to YES then doxygen will reuse the documentation of the first
585 # destructors are listed first. If set to NO the constructors will appear in the
1681 # generated LaTeX document. The header should contain everything until the first
A Dframework.md302 When one module wishes to use an API from another it must first construct an
461 is the first stage in which the module has received configuration for all of its
/SCP-firmware-master/module/mpmm/doc/
A Dmodule_mpmm.md26 into two parts. The first part evaluates each core state individually. The
/SCP-firmware-master/module/debug/doc/
A Dmodule_dedug_architecture.md123 implemented features. The first is through its module API and the second is
/SCP-firmware-master/debugger/src/cli/
A Dreadme.txt93 make sure to test things first.
/SCP-firmware-master/
A Dcontributing.md72 rebase it onto the `master` branch first, or ask you to do this.
A Duser_guide.md422 - `bl1`: BL1 - first-stage bootloader stored in the system ROM

Completed in 21 milliseconds