Searched refs:first (Results 1 – 17 of 17) sorted by relevance
/SCP-firmware-master/product/rdv1/module/platform_system/src/ |
A D | mod_platform_system.c | 101 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 D | mod_sgi575_system.c | 99 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 D | mod_platform_system.c | 104 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 D | mod_rdn1e1_system.c | 107 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 D | mod_platform_system.c | 236 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 D | module_apremap_design.md | 105 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 D | code_style.md | 15 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 D | deferred_response_architecture.md | 47 targeting itself first and then call the HAL module when processing such event.
|
A D | cmake_readme.md | 164 > 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 D | code_rules.md | 74 In order to provide a reference, Juno platform is taken as a first platform to
|
A D | Doxyfile | 22 # 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 D | framework.md | 302 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 D | module_mpmm.md | 26 into two parts. The first part evaluates each core state individually. The
|
/SCP-firmware-master/module/debug/doc/ |
A D | module_dedug_architecture.md | 123 implemented features. The first is through its module API and the second is
|
/SCP-firmware-master/debugger/src/cli/ |
A D | readme.txt | 93 make sure to test things first.
|
/SCP-firmware-master/ |
A D | contributing.md | 72 rebase it onto the `master` branch first, or ask you to do this.
|
A D | user_guide.md | 422 - `bl1`: BL1 - first-stage bootloader stored in the system ROM
|
Completed in 21 milliseconds