Home
last modified time | relevance | path

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

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