Searched refs:PC (Results 1 - 25 of 50) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dmkspec14 PC=1
16 PC=0
49 if [ $PC = 1 ]; then
60 if [ $PC = 1 ]; then
/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dgetdate.y156 #define PC (* (parser_control *) parm)
195 { PC.times_seen++; }
197 { PC.local_zones_seen++; }
199 { PC.zones_seen++; }
201 { PC.dates_seen++; }
203 { PC.days_seen++; }
205 { PC.rels_seen++; }
212 PC.hour = $1.value;
213 PC.minutes = 0;
214 PC
[all...]
H A Dgetdate.c251 #define PC (* (parser_control *) parm) macro
1227 { PC.times_seen++; }
1232 { PC.local_zones_seen++; }
1237 { PC.zones_seen++; }
1242 { PC.dates_seen++; }
1247 { PC.days_seen++; }
1252 { PC.rels_seen++; }
1258 PC.hour = yyvsp[-1].textintval.value;
1259 PC.minutes = 0;
1260 PC
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dx_bsun.S6 | Copy the PC to FPIAR to maintain 881/882 compatibility
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dptrace.h14 #define PC 64 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dptrace.h14 #define PC 64 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/nwfpe/
H A Dentry.S76 ldr r5, [sp, #60] @ get contents of PC;
86 @ increment PC
94 str r5, [sp, #60] @ update PC copy in regs
H A Dentry26.S69 ldr r5, [sp, #60] @ get contents of PC
78 @ increment PC
89 str r7, [sp, #60] @ update PC copy in regs
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dptrace.h18 #define PC 64 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dptrace.h18 #define PC 64 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dptrace.h18 #define PC 64 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dptrace.h18 #define PC 64 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dstacktrace.c38 #define IS_KERNEL_TEXT(PC) ((unsigned long)(PC) > START_ADDR)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsparc-stub.c143 Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR }; enumerator in enum:regnames
506 if (registers[PC] == (unsigned long)breakinst) {
508 registers[PC] = registers[NPC];
524 *ptr++ = hexchars[PC >> 4];
525 *ptr++ = hexchars[PC & 0xf];
527 ptr = mem2hex((char *)&registers[PC], ptr, 4);
584 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
600 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
663 registers[PC] = addr;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dbpck.c31 #define PC pi->private macro
32 #define r2() (PC=(in_p(2) & 0xff))
33 #define w2(byte) {out_p(2,byte); PC = byte;}
34 #define t2(pat) {PC ^= pat; out_p(2,PC);}
35 #define e2() {PC &= 0xfe; out_p(2,PC);}
36 #define o2() {PC |= 1; out_p(2,PC);}
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/djgpp/
H A Dconfig.bat61 set HOSTNAME=Unknown PC
62 if not "%HOSTNAME%" == "Unknown PC" goto SmallEnv
65 set HOSTNAME=%USER%'s PC
66 if not "%HOSTNAME%" == "%USER%'s PC" goto SmallEnv
69 set HOSTNAME=%USERNAME%'s PC
70 if not "%HOSTNAME%" == "%USERNAME%'s PC" goto SmallEnv
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/tools/
H A DMakefile203 cp850.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP850.TXT 8bit_tab_to_h
206 cp862.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP862.TXT 8bit_tab_to_h
209 cp866.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP866.TXT 8bit_tab_to_h
435 cp437.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP437.TXT 8bit_tab_to_h
438 cp737.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP737.TXT 8bit_tab_to_h
441 cp775.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP775.TXT 8bit_tab_to_h
444 cp852.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP852.TXT 8bit_tab_to_h
450 cp855.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP855.TXT 8bit_tab_to_h
453 cp857.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP857.TXT 8bit_tab_to_h
459 cp860.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP86
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/
H A Diskeleton.S63 | the PC pointing to the instruction following the instruction
102 | * Current PC * * Current PC *
107 | * PC * * PC *
142 | * Current PC * * Current PC *
147 | * PC * * PC *
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dptrace.c122 case PC:
189 case PC:
338 case PC:
405 case PC:
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/lib/
H A Dchecksumcopy.S40 1: ;; A failing userspace access will have this as PC.
109 2: ;; A failing userspace access will have this as PC.
128 3: ;; A failing userspace access will have this as PC.
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/djgpp/
H A Dconfig.bat161 set HOSTNAME=Unknown PC
162 if not "%HOSTNAME%" == "Unknown PC" goto SmallEnv
165 set HOSTNAME=%USER%'s PC
166 if not "%HOSTNAME%" == "%USER%'s PC" goto SmallEnv
169 set HOSTNAME=%USERNAME%'s PC
170 if not "%HOSTNAME%" == "%USERNAME%'s PC" goto SmallEnv
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dptrace.c125 case PC:
210 case PC:
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/lib/
H A Ddebuglocks.c15 #define GET_CALLER(PC) __asm__ __volatile__("mov %%i7, %0" : "=r" (PC))
21 printk("%s(%p) CPU#%d stuck at %08x, owner PC(%08x):CPU(%x)\n",
30 printk("%s(%p) CPU#%d stuck at %08x, writer PC(%08x):CPU(%x)\n",
41 printk("Writer: PC(%08x):CPU(%x)\n",
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dentry-header.S79 str lr, [sp, #S_PC] @ Save calling PC
89 ldr lr, [sp, #S_PC] @ Get PC
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/lib/
H A Dbacktrace.S47 2: stmfd sp!, {pc} @ calculate offset of PC in STMIA instruction
58 sub save, r3, offset @ Correct PC for prefetching

Completed in 108 milliseconds

12