Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sparc/include/asm/
Dpsr.h32 #define PSR_V 0x00200000 /* overflow bit */ macro
Dpsrcompat.h18 #define PSR_V 0x00200000 /* overflow bit */ macro
/linux-2.6.39/arch/sparc/kernel/
Dmuldiv.c229 if (rs2) regs->psr |= PSR_V; in do_user_muldiv()