agperror          105 arch/alpha/include/asm/core_titan.h 			titan_64	agperror;
agperror          275 arch/alpha/kernel/err_titan.c titan_parse_p_agperror(int which, u64 agperror, int print)
agperror          314 arch/alpha/kernel/err_titan.c 	if (!(agperror & TITAN__PCHIP_AGPERROR__ERRMASK))
agperror          321 arch/alpha/kernel/err_titan.c 	cmd = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__CMD);
agperror          322 arch/alpha/kernel/err_titan.c 	addr = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__ADDR) << 3;
agperror          323 arch/alpha/kernel/err_titan.c 	len = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__LEN);
agperror          326 arch/alpha/kernel/err_titan.c 	       which, agperror);
agperror          327 arch/alpha/kernel/err_titan.c 	if (agperror & TITAN__PCHIP_AGPERROR__NOWINDOW)
agperror          329 arch/alpha/kernel/err_titan.c 	if (agperror & TITAN__PCHIP_AGPERROR__PTP)
agperror          331 arch/alpha/kernel/err_titan.c 	if (agperror & TITAN__PCHIP_AGPERROR__IPTE)
agperror          333 arch/alpha/kernel/err_titan.c 	if (agperror & TITAN__PCHIP_AGPERROR__RESCMD)
agperror          335 arch/alpha/kernel/err_titan.c 	if (agperror & TITAN__PCHIP_AGPERROR__HPQFULL)
agperror          338 arch/alpha/kernel/err_titan.c 	if (agperror & TITAN__PCHIP_AGPERROR__LPQFULL)
agperror          341 arch/alpha/kernel/err_titan.c 	if (agperror & TITAN__PCHIP_AGPERROR__LOST)
agperror          346 arch/alpha/kernel/err_titan.c 	       (agperror & TITAN__PCHIP_AGPERROR__FENCE) ? ", FENCE" : "",
agperror          348 arch/alpha/kernel/err_titan.c 	if (agperror & TITAN__PCHIP_AGPERROR__DAC)
agperror          350 arch/alpha/kernel/err_titan.c 	if (agperror & TITAN__PCHIP_AGPERROR__MWIN)
agperror          359 arch/alpha/kernel/err_titan.c 		   u64 aperror, u64 agperror, int print)
agperror          365 arch/alpha/kernel/err_titan.c 	status |= titan_parse_p_agperror(which, agperror, print);