Searched refs:NUM_GPRS (Results 1 - 9 of 9) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dbinfmt_elf32.c31 #define NUM_GPRS 16 macro
106 for (i = 0; i < NUM_GPRS; i++)
120 for (i = 0; i < NUM_GPRS; i++)
H A Dcompat_ptrace.h42 u32 gprs[NUM_GPRS];
H A Dcompat_signal.c302 for (i = 0; i < NUM_GPRS; i++)
329 for (i = 0; i < NUM_GPRS; i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dbug.c86 for (gpr_base = 0; gpr_base < NUM_GPRS; gpr_base += 4) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dptrace.h170 #define NUM_GPRS 16 macro
290 unsigned long gprs[NUM_GPRS];
307 unsigned long gprs[NUM_GPRS];
451 unsigned long gprs[NUM_GPRS];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dptrace.h36 #define NUM_GPRS 32 macro
64 v850_reg_t gpr[NUM_GPRS];
99 #define PT_PC ((NUM_GPRS + 0) * _PT_REG_SIZE)
100 #define PT_PSW ((NUM_GPRS + 1) * _PT_REG_SIZE)
101 #define PT_CTPC ((NUM_GPRS + 2) * _PT_REG_SIZE)
102 #define PT_CTPSW ((NUM_GPRS + 3) * _PT_REG_SIZE)
103 #define PT_CTBP ((NUM_GPRS + 4) * _PT_REG_SIZE)
104 #define PT_KERNEL_MODE ((NUM_GPRS + 5) * _PT_REG_SIZE)
111 #define PT_SIZE ((NUM_GPRS + 6) * _PT_REG_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Defxmgr.c65 for (i = 0; i < NUM_GPRS; i++)
80 if (addr < 0 || addr >= NUM_GPRS)
H A Defxmgr.h53 #define NUM_GPRS 0x100 macro
67 unsigned long gpr_used[NUM_GPRS / (sizeof(unsigned long) * 8) + 1];
68 unsigned long gpr_input[NUM_GPRS / (sizeof(unsigned long) * 8) + 1];
81 unsigned long gpr_used[NUM_GPRS / (sizeof(unsigned long) * 8) + 1]; /* bitmap of used gprs */
82 unsigned long gpr_input[NUM_GPRS / (sizeof(unsigned long) * 8) + 1];
124 struct dsp_gpr gpr[NUM_GPRS]; /* gpr usage table */
H A Dmixer.c341 if (id > NUM_GPRS) {
397 if (ctl->val[0] > NUM_GPRS) {

Completed in 61 milliseconds