Searched refs:is64bit (Results 1 – 2 of 2) sorted by relevance
126 int s, is64bit; local128 is64bit = (PCI_MAPREG_MEM_TYPE(type) == PCI_MAPREG_MEM_TYPE_64BIT);133 if (is64bit && (reg + 4) >= PCI_MAPREG_END)151 if (is64bit) {178 if ((is64bit && PCI_MAPREG_MEM64_SIZE(wmask) == 0) ||179 (!is64bit && PCI_MAPREG_MEM_SIZE(mask) == 0)) {
1014 int is64bit; member1032 linux_reclen = (cb->is64bit) ?1039 if (cb->is64bit) {1094 getdents_common(p, v, retval, is64bit) in getdents_common() argument1098 int is64bit;1115 if (is64bit) {1127 args.is64bit = is64bit;