Searched refs:mem (Results 1 – 18 of 18) sorted by relevance
/trusted-firmware-a-3.4.0/include/lib/ |
D | utils.h | 57 void zero_normalmem(void *mem, u_register_t length); 70 void zeromem(void *mem, u_register_t length);
|
/trusted-firmware-a-3.4.0/fdts/ |
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>;
|
D | stm32mp13-fw-config.dtsi | 45 st-mem-firewall { 46 compatible = "st,mem-firewall";
|
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>;
|
D | stm32mp15-fw-config.dtsi | 67 st-mem-firewall { 68 compatible = "st,mem-firewall";
|
D | fvp-base-gicv3-psci-common.dtsi | 28 chosen { bootargs = "mem=1G console=ttyAMA0 earlycon=pl011,0x1c090000 root=/dev/vda ip=on";}; 186 compatible = "arm,armv7-timer-mem";
|
D | fvp-foundation-gicv2-psci.dts | 116 compatible = "arm,armv7-timer-mem";
|
D | fvp-foundation-gicv3-psci.dts | 125 compatible = "arm,armv7-timer-mem";
|
D | a5ds.dts | 126 compatible = "arm,armv7-timer-mem";
|
D | corstone700.dtsi | 100 compatible = "arm,armv7-timer-mem";
|
D | fvp-base-gicv2-psci.dts | 115 compatible = "arm,armv7-timer-mem";
|
D | fvp-base-gicv2-psci-aarch32.dts | 116 compatible = "arm,armv7-timer-mem";
|
D | fvp-base-gicv3-psci-aarch32-common.dtsi | 117 compatible = "arm,armv7-timer-mem";
|
/trusted-firmware-a-3.4.0/tools/cert_create/src/ |
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()
|
/trusted-firmware-a-3.4.0/docs/components/ |
D | ffa-manifest-binding.rst | 130 - time-slice-mem 240 - A list of (id, mem-manage) pair, where:
|
/trusted-firmware-a-3.4.0/plat/intel/soc/common/ |
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()
|
/trusted-firmware-a-3.4.0/docs/plat/arm/juno/ |
D | index.rst | 229 echo -n mem > /sys/power/state
|
/trusted-firmware-a-3.4.0/docs/threat_model/ |
D | threat_model_spm.rst | 240 | | PARTITION_INFO_GET or mem sharing primitives. |
|