/trusted-firmware-a/services/spd/trusty/ |
A D | smcall.h | 20 #define SMC_NR(entity, fn, fastcall, smc64) \ argument 24 ((fn) & 0xFFFFU)) 26 #define SMC_FASTCALL_NR(entity, fn) SMC_NR((entity), (fn), 1U, 0U) argument 27 #define SMC_FASTCALL64_NR(entity, fn) SMC_NR((entity), (fn), 1U, 1U) argument 28 #define SMC_YIELDCALL_NR(entity, fn) SMC_NR((entity), (fn), 0U, 0U) argument 29 #define SMC_YIELDCALL64_NR(entity, fn) SMC_NR((entity), (fn), 0U, 1U) argument
|
/trusted-firmware-a/tools/cert_create/src/tbbr/ |
A D | tbb_cert.c | 23 .fn = NULL, 40 .fn = NULL, 55 .fn = NULL, 69 .fn = NULL, 83 .fn = NULL, 97 .fn = NULL, 112 .fn = NULL, 126 .fn = NULL, 143 .fn = NULL, 157 .fn = NULL, [all …]
|
/trusted-firmware-a/tools/cert_create/src/ |
A D | main.c | 33 #define CHECK_NULL(v, fn) \ argument 35 v = fn; \ 213 if (cert->fn == NULL) { in check_cmd_params() 396 key->fn = strdup(optarg); in main() 401 cert->fn = strdup(optarg); in main() 476 if (cert->fn == NULL) { in main() 609 if (keys[i].fn != NULL) { in main() 610 void *ptr = keys[i].fn; in main() 612 keys[i].fn = NULL; in main() 625 if (certs[i].fn != NULL) { in main() [all …]
|
A D | key.c | 136 if (key->fn) { in key_load() 138 fp = fopen(key->fn, "r"); in key_load() 146 ERROR("Cannot load key from %s\n", key->fn); in key_load() 150 WARN("Cannot open file %s\n", key->fn); in key_load() 165 if (key->fn) { in key_store() 166 fp = fopen(key->fn, "w"); in key_store() 173 ERROR("Cannot create file %s\n", key->fn); in key_store()
|
/trusted-firmware-a/tools/nxp/cert_create_helper/src/ |
A D | pdef_tbb_cert.c | 16 .fn = NULL, 30 .fn = NULL, 47 .fn = NULL,
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/ |
A D | jquery-3.5.1.js | 925 return fn; 2081 return fn; 4065 jQuery.fn.ready = function( fn ) { argument 4068 .then( fn ) 4179 if ( fn ) { 4181 fn( 7700 complete: fn || !fn && easing || 10696 jQuery.fn[ type ] = function( fn ) { 10735 jQuery.fn[ name ] = function( data, fn ) { 10759 fn = tmp; [all …]
|
A D | jquery.js | 2 …fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"=… function
|
A D | doctools.js | 73 jQuery.fn.highlightText = function(text, className) {
|
A D | underscore.js | 6 …fn(n){var r=Y(n);return function(t){if(null==t)return!1;var e=an(t);if(Y(e))return!1;for(var u=0;u… function
|
/trusted-firmware-a/plat/mediatek/mt8195/drivers/spm/ |
A D | mt_spm_idle.c | 327 spm_idle_conduct fn) in mt_spm_idle_generic_enter() argument 331 if (fn != NULL) { in mt_spm_idle_generic_enter() 332 fn(&idle_spm_lp, &src_req); in mt_spm_idle_generic_enter()
|
A D | mt_spm_idle.h | 13 spm_idle_conduct fn);
|
/trusted-firmware-a/plat/mediatek/mt8192/drivers/spm/ |
A D | mt_spm_idle.c | 230 spm_idle_conduct fn) in mt_spm_idle_generic_enter() argument 234 if (fn != NULL) { in mt_spm_idle_generic_enter() 235 fn(&idle_spm_lp, &src_req); in mt_spm_idle_generic_enter()
|
A D | mt_spm_idle.h | 13 spm_idle_conduct fn);
|
/trusted-firmware-a/include/plat/arm/board/common/ |
A D | v2m_def.h | 33 #define V2M_CFGCTRL_FUNC(fn) ((fn) << V2M_CFGCTRL_FUNC_SHIFT) argument
|
/trusted-firmware-a/tools/cert_create/include/ |
A D | cert.h | 34 const char *fn; /* Filename to save the certificate */ member
|
A D | key.h | 62 char *fn; /* Filename to load/store the key */ member
|
/trusted-firmware-a/tools/cert_create/src/dualroot/ |
A D | cot.c | 145 .fn = NULL, 163 .fn = NULL,
|
/trusted-firmware-a/plat/rockchip/rk3399/drivers/dram/ |
A D | suspend.c | 550 uint32_t fn = ((mmio_read_32(CTL_REG(0, 111)) >> 16) + 1) & 0x1; in dram_switch_to_next_index() local 554 (fn << 4) | (1 << 2) | 1); in dram_switch_to_next_index() 572 fn << 8); in dram_switch_to_next_index()
|
A D | dfs.c | 1017 uint32_t fn) in gen_rk3399_ctl_params() argument 1019 if (fn == 0) in gen_rk3399_ctl_params() 1385 uint32_t fn) in gen_rk3399_pi_params() argument 1387 if (fn == 0) in gen_rk3399_pi_params() 1503 uint32_t fn) in gen_rk3399_phy_params() argument 1517 mmio_clrsetbits_32(PHY_REG(i, 896), (0x3 << 8) | 1, fn << 8); in gen_rk3399_phy_params() 1688 gen_rk3399_phy_dll_bypass(pdram_timing->mhz, i, fn, in gen_rk3399_phy_params()
|
/trusted-firmware-a/tools/conventional-changelog-tf-a/ |
A D | index.js | 35 return first + options.fn(this).replace(/\n(?!\s*\n)/gm, `\n${nth}`).trim() + "\n";
|
/trusted-firmware-a/plat/brcm/board/stingray/src/ |
A D | paxb.c | 225 #define EP_CONFIG_VAL(bus_no, slot, fn, where) \ argument 228 ((fn) << CFG_ADDR_FUNC_NUM_SHIFT) | \
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/css/ |
A D | theme.css | 4 …ckets:after{content:"]"}html.writer-html5 .rst-content dl.footnote>dt>span.fn-backref{font-style:i…
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 17624 …The generated wrapper file is called \sphinxcode{\sphinxupquote{\textless{}fn\_name\textgreater{}.…
|