Lines Matching refs:ptrend
98 char *ptr, *ptrend; in dmar_iterate_tbl() local
105 ptrend = (char *)dmartbl + dmartbl->Header.Length; in dmar_iterate_tbl()
107 if (ptr >= ptrend) in dmar_iterate_tbl()
709 char *ptr, *ptrend; in dmar_match_by_path() local
723 ptrend = (char *)dmarh + dmarh->Header.Length; in dmar_match_by_path()
724 while (ptr < ptrend) { in dmar_match_by_path()
809 char *ptr, *ptrend; in dmar_find_nonpci() local
824 ptrend = (char *)dmarh + dmarh->Header.Length; in dmar_find_nonpci()
826 if (ptr >= ptrend) in dmar_find_nonpci()
907 char *ptr, *ptrend; in dmar_rmrr_iter() local
922 ptrend = (char *)resmem + resmem->Header.Length; in dmar_rmrr_iter()
924 if (ptr >= ptrend) in dmar_rmrr_iter()
991 const char *ptr, *ptrend; in dmar_inst_rmrr_iter() local
1010 ptrend = (const char *)resmem + resmem->Header.Length; in dmar_inst_rmrr_iter()
1012 if (ptr >= ptrend) in dmar_inst_rmrr_iter()