Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/lib/libfdt/include/
A Dlibfdt.h132 | ((uint32_t)bp[1] << 16) in fdt32_ld()
133 | ((uint32_t)bp[2] << 8) in fdt32_ld()
134 | bp[3]; in fdt32_ld()
139 uint8_t *bp = property; in fdt32_st() local
141 bp[0] = value >> 24; in fdt32_st()
144 bp[3] = value & 0xff; in fdt32_st()
157 | ((uint64_t)bp[6] << 8) in fdt64_ld()
158 | bp[7]; in fdt64_ld()
163 uint8_t *bp = property; in fdt64_st() local
165 bp[0] = value >> 56; in fdt64_st()
[all …]
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.c1533 if (((char *) buf) == bp) {
1537 bp = NULL;
1600 bp = mymalloc(ExpIncr); in bget_main_test()
1601 assert(bp != NULL); in bget_main_test()
1604 bp = mymalloc(PoolSize); in bget_main_test()
1605 assert(bp != NULL); in bget_main_test()
1611 V bpoolv((void *) bp); in bget_main_test()
1735 if (bp != NULL) { in bget_main_test()
1737 V bpoolv((void *) bp); in bget_main_test()
1752 if (bp != NULL) { in bget_main_test()
[all …]
A Dbget_malloc.c416 #define BPOOL_FOREACH(ctx, iterator, bp) \ argument
418 bpool_foreach((ctx),(iterator), (bp));)
/optee_os-3.20.0/core/arch/arm/
A Darm.mk215 bp-core-opt := $(call cc-option,-mbranch-protection=pac-ret+leaf)
219 bp-core-opt := $(call cc-option,-mbranch-protection=bti)
223 bp-core-opt := $(call cc-option,-mbranch-protection=pac-ret+leaf+bti)
227 ifeq (,$(bp-core-opt))
230 core-platform-cflags += $(bp-core-opt)
349 bp-ta-opt := $(call cc-option,-mbranch-protection=pac-ret+leaf)
353 bp-ta-opt := $(call cc-option,-mbranch-protection=bti)
357 bp-ta-opt := $(call cc-option,-mbranch-protection=pac-ret+leaf+bti)
361 ifeq (,$(bp-ta-opt))
364 ta_arm64-platform-cflags += $(bp-ta-opt)
/optee_os-3.20.0/
A DMAINTAINERS226 R: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> [@prabhakarlad]
227 R: Biju Das <biju.das.jz@bp.renesas.com> [@bijucdas]
/optee_os-3.20.0/ta/pkcs11/src/
A Dpkcs11_attributes.c220 uint32_t const *bp, in set_mandatory_boolprops() argument
227 rc = pkcs11_import_object_boolprop(out, temp, bp[n]); in set_mandatory_boolprops()

Completed in 15 milliseconds