HomeSort by relevance Sort by last modified time
    Searched refs:SR_FD (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/arch-sh/asm/
system_64.h 22 #define switch_to(prev,next,last) do { if (last_task_used_math != next) { struct pt_regs *regs = next->thread.uregs; if (regs) regs->sr |= SR_FD; } last = sh64_switch_to(prev, &prev->thread, next, &next->thread); } while (0)
flat.h 24 #define FLAT_PLAT_INIT(_r) do { _r->regs[0]=0; _r->regs[1]=0; _r->regs[2]=0; _r->regs[3]=0; _r->regs[4]=0; _r->regs[5]=0; _r->regs[6]=0; _r->regs[7]=0; _r->regs[8]=0; _r->regs[9]=0; _r->regs[10]=0; _r->regs[11]=0; _r->regs[12]=0; _r->regs[13]=0; _r->regs[14]=0; _r->sr = SR_FD; } while (0)
processor_64.h 70 #define SR_FD 0x00008000
105 #define SR_USER (SR_MMU | SR_FD)

Completed in 301 milliseconds