Searched refs:LOCAL_FUNCTION_LABEL (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/include/
H A Dasm.h17 #define LOCAL_FUNCTION_LABEL(x) .type x,STT_FUNC; x: macro
18 #define FUNCTION_LABEL(x) .global x; .hidden x; LOCAL_FUNCTION_LABEL(x)
20 #define LOCAL_FUNCTION(x) LOCAL_FUNCTION_LABEL(x) .cfi_startproc
/fuchsia/zircon/kernel/arch/arm64/
H A Dexceptions.S280 LOCAL_FUNCTION_LABEL(arm64_el1_sync_exc_current_el_SP0)
285 LOCAL_FUNCTION_LABEL(arm64_el1_irq_current_el_SP0)
290 LOCAL_FUNCTION_LABEL(arm64_el1_fiq_current_el_SP0)
295 LOCAL_FUNCTION_LABEL(arm64_el1_err_exc_current_el_SP0)
301 LOCAL_FUNCTION_LABEL(arm64_el1_sync_exc_current_el_SPx)
306 LOCAL_FUNCTION_LABEL(arm64_el1_irq_current_el_SPx)
311 LOCAL_FUNCTION_LABEL(arm64_el1_fiq_current_el_SPx)
320 LOCAL_FUNCTION_LABEL(arm64_el1_err_exc_current_el_SPx)
326 LOCAL_FUNCTION_LABEL(arm64_el1_sync_exc_lower_el_64)
331 LOCAL_FUNCTION_LABEL(arm64_el1_irq_lower_el_6
[all...]

Completed in 28 milliseconds