Searched refs:p0 (Results 1 – 2 of 2) sorted by relevance
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
| H A D | s_mul128To256M.c | 50 struct uint128 p0, p64, p128; in softfloat_mul128To256M() local 53 p0 = softfloat_mul64To128( a0, b0 ); in softfloat_mul128To256M() 54 zPtr[indexWord( 4, 0 )] = p0.v0; in softfloat_mul128To256M() 56 z64 = p64.v0 + p0.v64; in softfloat_mul128To256M()
|
| /optee_os/core/mm/ |
| H A D | phys_mem.c | 73 static tee_mm_entry_t *mm_find(tee_mm_pool_t *p0, tee_mm_pool_t *p1, in mm_find() argument 76 if (is_in_pool_range(p0, addr)) in mm_find() 77 return tee_mm_find(p0, addr); in mm_find() 88 static tee_mm_entry_t *mm_alloc(tee_mm_pool_t *p0, tee_mm_pool_t *p1, in mm_alloc() argument 93 if (p0) in mm_alloc() 94 mm = tee_mm_alloc_flags(p0, size, flags); in mm_alloc() 111 static tee_mm_entry_t *mm_alloc2(tee_mm_pool_t *p0, tee_mm_pool_t *p1, in mm_alloc2() argument 114 if (is_in_pool_range(p0, base)) in mm_alloc2() 115 return tee_mm_alloc2(p0, base, size); in mm_alloc2()
|