Searched refs:dwordcnt (Results 1 – 2 of 2) sorted by relevance
15 int destptr, charcnt, dwordcnt, fill8reg, wrkrega; in memset() local69 "=r" (dwordcnt), /* %2 Output */ in memset()
111 int dwordcnt; in pti_write_to_aperture() local125 dwordcnt = len >> 2; in pti_write_to_aperture()126 final = len - (dwordcnt << 2); /* final = trailing bytes */ in pti_write_to_aperture()127 if (final == 0 && dwordcnt != 0) { /* always need a final dword */ in pti_write_to_aperture()129 dwordcnt--; in pti_write_to_aperture()132 for (i = 0; i < dwordcnt; i++) { in pti_write_to_aperture()