Searched refs:br (Results 1 – 3 of 3) sorted by relevance
32 participant test as Stats PORT_TEST<br/>(Secure World)33 participant consumer as Consumer TA<br/>(Secure World)34 participant relayer as Relayer TA<br/>(Secure World)41 …note over test, relayer: on Trusty, binder async callbacks are not yet supported<br/>(single-threa…80 participant test as GTest<br/>parent thread<br/>(Normal World)81 participant consumer as Consumer<br/>forked thread<br/>(Normal World)82 participant relayer as Relayer TA<br/>(Secure World)83 participant port_test as Stats PORT_TEST<br/>(Secure World)
90 br x0103 br x16116 br x17
4096 char* br = CMFAIL; in sys_alloc() local4112 (br = (char*)(CALL_MORECORE(ssize))) == base) { in sys_alloc()4123 (br = (char*)(CALL_MORECORE(ssize))) == ss->base+ss->size) { in sys_alloc()4124 tbase = br; in sys_alloc()4130 if (br != CMFAIL) { /* Try to use/extend the space we did get */ in sys_alloc()4140 br = CMFAIL; in sys_alloc()4145 if (br != CMFAIL) { /* Use the space we did get */ in sys_alloc()4146 tbase = br; in sys_alloc()4167 char* br = CMFAIL; in sys_alloc() local4170 br = (char*)(CALL_MORECORE(asize)); in sys_alloc()[all …]