Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 35) sorted by relevance

12

/rk3399_ARM-atf/plat/mediatek/common/lpm/
H A Dmt_lpm_dispatch.c27 uint32_t user; in invoke_mt_lpm_dispatch() local
32 user = MT_LPM_SMC_USER(x1); in invoke_mt_lpm_dispatch()
33 if ((user < MT_LPM_SMC_USER_MAX) && in invoke_mt_lpm_dispatch()
34 (mt_dispatcher.enable & (BIT(user)))) { in invoke_mt_lpm_dispatch()
35 res = mt_dispatcher.fn[user](MT_LPM_SMC_USER_ID(x1), in invoke_mt_lpm_dispatch()
55 uint32_t user; in invoke_mt_secure_lpm_dispatch() local
60 user = MT_LPM_SMC_USER(x1); in invoke_mt_secure_lpm_dispatch()
61 if (mt_secure_dispatcher.enable & (BIT(user))) { in invoke_mt_secure_lpm_dispatch()
62 res = mt_secure_dispatcher.fn[user](MT_LPM_SMC_USER_ID(x1), in invoke_mt_secure_lpm_dispatch()
H A Dmt_lp_rq.c96 int mt_lp_resource_user_register(char *user, struct mt_lp_resource_user *ru) in mt_lp_resource_user_register() argument
102 (user == NULL)) { in mt_lp_resource_user_register()
111 len = strnlen(user, MT_LP_RQ_USER_NAME_LEN); in mt_lp_resource_user_register()
115 uname |= (user[i] << (MT_LP_RQ_USER_CHAR_U * i)); in mt_lp_resource_user_register()
129 INFO("%s register by %s, uid = %d\n", __func__, user, ru->uid); in mt_lp_resource_user_register()
/rk3399_ARM-atf/plat/mediatek/common/lpm_v2/
H A Dmt_lpm_dispatch.c31 uint32_t user; in invoke_mt_lpm_dispatch() local
36 user = MT_LPM_SMC_USER(x1); in invoke_mt_lpm_dispatch()
37 if ((user < MT_LPM_SMC_USER_MAX) && in invoke_mt_lpm_dispatch()
38 (mt_dispatcher.enable & (1 << user))) { in invoke_mt_lpm_dispatch()
39 res = mt_dispatcher.fn[user](MT_LPM_SMC_USER_ID(x1), in invoke_mt_lpm_dispatch()
54 unsigned int user; in invoke_mt_secure_lpm_dispatch() local
59 user = MT_LPM_SMC_USER(x1); in invoke_mt_secure_lpm_dispatch()
60 if (mt_secure_dispatcher.enable & (1 << user)) { in invoke_mt_secure_lpm_dispatch()
61 res = mt_secure_dispatcher.fn[user](MT_LPM_SMC_USER_ID(x1), x2, in invoke_mt_secure_lpm_dispatch()
H A Dmt_lp_rq.c105 int mt_lp_resource_user_register(char *user, struct mt_lp_resource_user *ru) in mt_lp_resource_user_register() argument
110 if ((plat_mt_rqm.plat_rqm == NULL) || (user == NULL)) in mt_lp_resource_user_register()
113 len = strnlen(user, MT_LP_RQ_USER_NAME_LEN); in mt_lp_resource_user_register()
117 uname |= (user[i] << (MT_LP_RQ_USER_CHAR_U * i)); in mt_lp_resource_user_register()
136 INFO("%s register by %s, uid = %d\n", __func__, user, ru->uid); in mt_lp_resource_user_register()
199 unsigned int user; in mt_lp_rq_update_status() local
208 user = BIT(rq_sta->id); in mt_lp_rq_update_status()
210 (plat_mt_rqm.user_valid & ~(user)) : in mt_lp_rq_update_status()
211 (plat_mt_rqm.user_valid | user); in mt_lp_rq_update_status()
/rk3399_ARM-atf/plat/mediatek/include/lpm/
H A Dmt_lpm_smc.h48 #define MT_LPM_SMC_USER_SINK(user, uid) (((uid & MT_LPM_SMC_USER_ID_MASK) |\ argument
49 ((user & MT_LPM_SMC_USER_MASK) << MT_LPM_SMC_USER_SHIFT)) |\
/rk3399_ARM-atf/plat/mediatek/include/lpm_v2/
H A Dmt_lpm_smc.h40 #define MT_LPM_SMC_USER_SINK(user, uid) \ argument
42 (((user) & MT_LPM_SMC_USER_MASK) << MT_LPM_SMC_USER_SHIFT)) | \
/rk3399_ARM-atf/plat/mediatek/mt8186/include/
H A Dmt_spm_resource_req.h26 char spm_resource_req(unsigned int user, unsigned int req_mask);
/rk3399_ARM-atf/docs/plat/
H A Dxilinx-zynqmp.rst61 is not set in the code and to use this default address, user still needs to
64 If the user wants to move the bl31 to a different DDR location, user can provide
68 The DDR address must be reserved in the DTB by the user, either by manually
83 then the user needs to make sure that the DDR address is beyond 256KB.
153 - <CUSTOM_PKG_PATH> is the location at which user clones a
H A Damd-versal2.rst77 - ``<CUSTOM_PKG_PATH>`` is the location where the user clones a
H A Dpoplar.rst11 It supports a premium user experience with up to H.265 HEVC decoding of 4K
H A Dxilinx-versal.rst94 - ``<CUSTOM_PKG_PATH>`` is the location where the user clones a
H A Dwarp7.rst7 the reset vector to the command-line in user-space.
/rk3399_ARM-atf/docs/process/
H A Dfaq.rst70 All the comments from ``TrustedFirmware Code Review`` user (email:
80 …Set documentation: https://review.trustedfirmware.org/Documentation/intro-user.html#upload-patch-s…
81 .. _Gerrit Replace Changes documentation: https://review.trustedfirmware.org/Documentation/user-upl…
H A Dcommit-style.rst153 .. _Gerrit Change-Ids documentation: https://review.trustedfirmware.org/Documentation/user-changeid…
154 .. _Gerrit Signed-off-by Lines guidelines: https://review.trustedfirmware.org/Documentation/user-si…
/rk3399_ARM-atf/docs/plat/nxp/
H A Dnxp-ls-tbbr.rst47 - To use this option user needs to specify mbedtld dir path in MBEDTLS_DIR.
98 - Default input file requires user to generate RSA key pair named
103 - To change the input file , user can use the options BL33_INPUT_FILE, BL32_INPUT_FILE, BL31_INPUT_…
/rk3399_ARM-atf/docs/plat/arm/juno/
H A Dindex.rst19 `Juno platform software user guide`_. Once you prepare the software stack
247 …software user guide: https://git.linaro.org/plugins/gitiles/landing-teams/working/arm/arm-referenc…
249 …rce: https://github.com/ARM-software/SCP-firmware/blob/master/user_guide.md#scp-firmware-user-guide
/rk3399_ARM-atf/docs/components/
H A Dxlat-tables-lib-v2-design.rst67 The user usually provides a list of such mmap regions to map and lets the
96 If the user knows upfront that such a remapping operation is likely to happen
123 To register a translation context, the user must provide the library with the
186 areas. This is useful when the user needs to access some memory for a fixed
195 arbitrary memory location. The user is still required to declare at compile-time
330 user calls the ``init_xlat_tables()`` that the translation tables are populated
347 number of translation tables created to satisfy the user's request. It will
354 granularity than what the user may had originally expected, using a lot more
381 For example, when the user requests removing a dynamic region, the library
/rk3399_ARM-atf/docs/perf/
H A Dpsci-performance-n1sdp.rst209 …rm.com/arm-reference-solutions/arm-reference-solutions-docs/-/blob/master/docs/n1sdp/user-guide.rst
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst234 | | the user's authentication code. Depending on the strength |
406 | | links to repositories, it is up to the end-user to decide |
509 | | the end-user into using the attacker-controlled |
567 | | enable retrieval of user credentials. |
570 | | depending on the user's credentials. If the user is an |
661 | | [14]_ | - A ci-bot-user | |
/rk3399_ARM-atf/
H A D.versionrc.cjs68 "userUrlFormat": "https://github.com/{{user}}",
/rk3399_ARM-atf/docs/design/
H A Dalt-boot-flows.rst61 connection is usually available in a pre-production system. The user is free to
H A Dtrusted-board-boot-build.rst126 The user may override this by adding ``BL2U=<path-to>/<bl2u_image>``
/rk3399_ARM-atf/lib/compiler-rt/
H A DLICENSE.TXT6 "BSD-Like" license and the MIT license. As a user of this code you may choose
/rk3399_ARM-atf/docs/getting_started/
H A Dtools-build.rst171 Also, a user may choose to provide encryption key or nonce as an input file
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dporting.rst153 (drivers/marvell/comphy/phy-default-porting-layer.h) and the user is

12