HomeSort by: relevance | last modified time | path
    Searched defs:real_addr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/mips/
mips_fixup.c 501 const intptr_t real_addr = mips_fixup_addr(stubp); local in function:mips_fixup_stubs
504 * If the real_addr has been set yet, don't fix up.
506 if (real_addr == 0) {
513 KASSERT((real_addr >> 28) == ((intptr_t)insnp >> 28));
521 .jfi_real = fixup_addr2offset(real_addr),
mips_fixup.c 501 const intptr_t real_addr = mips_fixup_addr(stubp); local in function:mips_fixup_stubs
504 * If the real_addr has been set yet, don't fix up.
506 if (real_addr == 0) {
513 KASSERT((real_addr >> 28) == ((intptr_t)insnp >> 28));
521 .jfi_real = fixup_addr2offset(real_addr),

Completed in 37 milliseconds