Home
last modified time | relevance | path

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

/haiku/src/system/kernel/arch/x86/64/
H A Dinterrupts.S148 jmp int_bottom;
155 jmp int_bottom;
203 STATIC_FUNCTION(int_bottom):
253 FUNCTION_END(int_bottom)
/haiku/src/system/kernel/arch/x86/32/
H A Dinterrupts.S183 jmp int_bottom; \
193 jmp int_bottom; \
493 STATIC_FUNCTION(int_bottom):
526 FUNCTION_END(int_bottom)
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c719 uint16 int_top, int_bottom; in Radeon_ShowOverlay() local
722 int_bottom = (src_bottom >> 16); in Radeon_ShowOverlay()
724 p1_active_lines = int_bottom - int_top - 1; in Radeon_ShowOverlay()
726 ceilShiftDiv( int_bottom - 1, params->v_uv_sub_sample_shift ) - in Radeon_ShowOverlay()