Searched refs:mem (Results 1 – 16 of 16) sorted by relevance
/arm-trusted-firmware-2.8.0/include/lib/ |
A D | utils.h | 57 void zero_normalmem(void *mem, u_register_t length); 70 void zeromem(void *mem, u_register_t length);
|
/arm-trusted-firmware-2.8.0/fdts/ |
A D | stm32mp15-ddr.dtsi | 7 st,mem-name = DDR_MEM_NAME; 8 st,mem-speed = <DDR_MEM_SPEED>; 9 st,mem-size = <DDR_MEM_SIZE>;
|
A D | stm32mp13-fw-config.dtsi | 45 st-mem-firewall { 46 compatible = "st,mem-firewall";
|
A D | stm32mp13-ddr.dtsi | 7 st,mem-name = DDR_MEM_NAME; 8 st,mem-speed = <DDR_MEM_SPEED>; 9 st,mem-size = <DDR_MEM_SIZE>;
|
A D | stm32mp15-fw-config.dtsi | 67 st-mem-firewall { 68 compatible = "st,mem-firewall";
|
A D | fvp-base-psci-common.dtsi | 31 chosen { bootargs = "mem=1G console=ttyAMA0 earlycon=pl011,0x1c090000 root=/dev/vda ip=on";}; 173 compatible = "arm,armv7-timer-mem";
|
A D | fvp-foundation-gicv2-psci.dts | 116 compatible = "arm,armv7-timer-mem";
|
A D | fvp-foundation-gicv3-psci.dts | 125 compatible = "arm,armv7-timer-mem";
|
A D | a5ds.dts | 126 compatible = "arm,armv7-timer-mem";
|
A D | corstone700.dtsi | 100 compatible = "arm,armv7-timer-mem";
|
/arm-trusted-firmware-2.8.0/tools/cert_create/src/ |
A D | ext.c | 284 BIO *mem = BIO_new(BIO_s_mem()); in ext_new_key() local 285 if (i2d_PUBKEY_bio(mem, k) <= 0) { in ext_new_key() 290 sz = BIO_read(mem, p, 4096); in ext_new_key() 296 BIO_free(mem); in ext_new_key()
|
/arm-trusted-firmware-2.8.0/docs/design_documents/ |
A D | drtm_poc.rst | 119 INFO: ++ DRTM service handler: Min. mem. requirement features 125 INFO: DRTM service handler: unprotect mem
|
/arm-trusted-firmware-2.8.0/plat/intel/soc/common/ |
A D | socfpga_sip_svc.c | 298 static uint32_t intel_fpga_config_write(uint64_t mem, uint64_t size) in intel_fpga_config_write() argument 304 if (!is_address_in_ddr_range(mem, size) || in intel_fpga_config_write() 313 fpga_config_buffers[j].addr = mem; in intel_fpga_config_write()
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | ffa-manifest-binding.rst | 143 - time-slice-mem 253 - A list of (id, mem-manage) pair, where:
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/juno/ |
A D | index.rst | 229 echo -n mem > /sys/power/state
|
/arm-trusted-firmware-2.8.0/docs/threat_model/ |
A D | threat_model_spm.rst | 240 | | PARTITION_INFO_GET or mem sharing primitives. |
|
Completed in 14 milliseconds