Searched refs:target_bits (Results 1 – 5 of 5) sorted by relevance
169 int target_bits = 0; in cpu_m68k_exceptbits_from_host() local172 target_bits |= 0x80; in cpu_m68k_exceptbits_from_host()175 target_bits |= 0x40; in cpu_m68k_exceptbits_from_host()178 target_bits |= 0x20; in cpu_m68k_exceptbits_from_host()181 target_bits |= 0x10; in cpu_m68k_exceptbits_from_host()184 target_bits |= 0x08; in cpu_m68k_exceptbits_from_host()186 return target_bits; in cpu_m68k_exceptbits_from_host()190 static int cpu_m68k_exceptbits_to_host(int target_bits) in cpu_m68k_exceptbits_to_host() argument194 if (target_bits & 0x80) { in cpu_m68k_exceptbits_to_host()197 if (target_bits & 0x40) { in cpu_m68k_exceptbits_to_host()[all …]
77 uint32_t target_bits = 0; in vfp_exceptbits_from_host() local80 target_bits |= FPSR_IOC; in vfp_exceptbits_from_host()83 target_bits |= FPSR_DZC; in vfp_exceptbits_from_host()86 target_bits |= FPSR_OFC; in vfp_exceptbits_from_host()89 target_bits |= FPSR_UFC; in vfp_exceptbits_from_host()92 target_bits |= FPSR_IXC; in vfp_exceptbits_from_host()95 target_bits |= FPSR_IDC; in vfp_exceptbits_from_host()102 target_bits |= FPSR_IDC; in vfp_exceptbits_from_host()105 target_bits |= FPSR_IXC; in vfp_exceptbits_from_host()107 return target_bits; in vfp_exceptbits_from_host()
71 unsigned int target_bits; member
446 if ((target_mask & tbl[i].target_mask) == tbl[i].target_bits) { in target_to_host_bitmask_len()461 target_mask |= tbl[i].target_bits; in host_to_target_bitmask_len()
8871 unsigned target_bits = sizeof(abi_ulong) * 8; in do_getdents() 8885 unsigned bit = i * target_bits;8889 for (j = 0; j < target_bits; j++, bit++) { in do_getdents64() 8905 unsigned target_bits = sizeof(abi_ulong) * 8; in do_getdents64() 8918 unsigned bit = i * target_bits; in do_getdents64() 8921 for (j = 0; j < target_bits; j++, bit++) { in do_getdents64() 8737 unsigned target_bits = sizeof(abi_ulong) * 8; target_to_host_cpu_mask() local 8771 unsigned target_bits = sizeof(abi_ulong) * 8; host_to_target_cpu_mask() local