Home
last modified time | relevance | path

Searched refs:extint_call (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/arch/macppc/macppc/
Dmachdep.c335 extern u_long extint_call; in install_extint()
336 long offset = (u_long)handler - (u_long)&extint_call; in install_extint()
347 extint_call = (extint_call & 0xfc000003) | offset; in install_extint()
349 syncicache((void *)&extint_call, sizeof extint_call); in install_extint()
Dlocore.S1008 .globl extint_call
1009 .type extint_call,@function
1012 extint_call: label
1013 bl extint_call /* to be filled in later */