Home
last modified time | relevance | path

Searched refs:FUNCID_OEN_WIDTH (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-3.6.0-3.5.0/include/common/
Druntime_svc.h110 return ((call_type & FUNCID_TYPE_MASK) << FUNCID_OEN_WIDTH) | in get_unique_oen()
/trusted-firmware-a-3.6.0-3.5.0/bl31/aarch64/
Druntime_exceptions.S526 ubfx x16, x0, #FUNCID_OEN_SHIFT, #FUNCID_OEN_WIDTH
528 orr x16, x16, x15, lsl #FUNCID_OEN_WIDTH
/trusted-firmware-a-3.6.0-3.5.0/include/lib/
Dsmccc.h38 #define FUNCID_OEN_WIDTH U(6) macro