Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 62) sorted by relevance

123

/xnu-8792.61.2/osfmk/ipc/
H A Dipc_entry.h132 #define IE_BITS_UREFS(bits) ((bits) & IE_BITS_UREFS_MASK) argument
135 #define IE_BITS_TYPE(bits) ((bits) & IE_BITS_TYPE_MASK) argument
141 #define IE_BITS_GEN(bits) ((bits) & IE_BITS_GEN_MASK) argument
146 #define IE_BITS_ROLL(bits) ((((bits) & IE_BITS_ROLL_MASK) << 8) ^ IE_BITS_GEN_MASK) argument
191 #define IE_BITS_GEN(bits) 0 argument
195 #define IE_BITS_ROLL(bits) (bits) argument
H A Dipc_right.c244 ipc_entry_bits_t bits = entry->ie_bits; in ipc_right_lookup_read() local
671 ipc_entry_bits_t bits; in ipc_right_check() local
911 ipc_entry_bits_t bits; in ipc_right_destroy() local
1062 ipc_entry_bits_t bits; in ipc_right_dealloc() local
1278 ipc_entry_bits_t bits; in ipc_right_delta() local
1726 ipc_entry_bits_t bits; in ipc_right_destruct() local
1911 ipc_entry_bits_t bits; in ipc_right_info() local
1977 ipc_entry_bits_t bits; in ipc_right_copyin_check_reply() local
2153 ipc_entry_bits_t bits; in ipc_right_copyin() local
2615 ipc_entry_bits_t bits; in ipc_right_copyin_two_move_sends() local
[all …]
H A Dipc_object.h155 io_bits_or(ipc_object_t io, ipc_object_bits_t bits) in io_bits_or()
165 io_bits_andnot(ipc_object_t io, ipc_object_bits_t bits) in io_bits_andnot()
H A Dmach_debug.c213 ipc_entry_bits_t bits; in mach_port_space_info() local
447 ipc_entry_bits_t bits; in mach_port_kobject_description() local
H A Dipc_pset.c556 ipc_entry_bits_t bits; in filt_wlattach_sync_ipc() local
616 ipc_entry_bits_t bits; in filt_machportattach() local
/xnu-8792.61.2/osfmk/arm/commpage/
H A Dcommpage.c372 uint64_t bits = 0; in commpage_init_arm_optional_features_isar0() local
435 uint64_t bits = 0; in commpage_init_arm_optional_features_isar1() local
506 uint64_t bits = 0; in commpage_init_arm_optional_features_mmfr0() local
522 uint64_t bits = 0; in commpage_init_arm_optional_features_mmfr2() local
539 uint64_t bits = 0; in commpage_init_arm_optional_features_pfr0() local
654 uint64_t bits; in commpage_init_cpu_capabilities() local
/xnu-8792.61.2/bsd/nfs/
H A Dnfs_gss.h106 #define win_getbit(bits, bit) ((bits[(bit) / 32] & (1 << (bit) % 32)) != 0) argument
107 #define win_setbit(bits, bit) do { bits[(bit) / 32] |= (1 << (bit) % 32); } while (0) argument
108 #define win_resetbit(bits, bit) do { bits[(bit) / 32] &= ~(1 << (bit) % 32); } while (0) argument
/xnu-8792.61.2/tools/lldbmacros/
H A Dpci.py57 def DoPciCfgRead(bits, bus, dev, func, offs): argument
68 def DoPciCfgWrite(bits, bus, dev, func, offs, val): argument
/xnu-8792.61.2/libkern/zlib/
H A Dinfback.c110 unsigned sym, bits; in fixedtables() local
277 unsigned bits; /* bits in bit buffer */ in inflateBack() local
H A Dinftrees.h53 unsigned char bits; /* bits in this part of the code */ member
H A Dinflate.c157 inflatePrime(z_streamp strm, int bits, int value) in inflatePrime()
239 unsigned sym, bits; in fixedtables() local
586 unsigned bits; /* bits in bit buffer */ in inflate() local
H A Dinffast.c95 unsigned bits; /* local strm->bits */ in inflate_fast() local
H A Dinftrees.c61 code FAR * FAR *table, unsigned FAR *bits, in inflate_table()
H A Dtrees.c273 int bits; /* bit counter */ in tr_static_init() local
534 int bits; /* bit length */ in gen_bitlen() local
621 int bits; /* bit index */ in gen_codes() local
/xnu-8792.61.2/tests/
H A Dos_refcnt.c135 do_bitwise_test(const os_ref_count_t bits) in do_bitwise_test()
188 const os_ref_count_t bits = 7; variable
/xnu-8792.61.2/osfmk/arm/
H A Dcpuid.c56 arm_cache_clidr_t bits; member
71 arm_cache_ccsidr_t bits; member
/xnu-8792.61.2/osfmk/arm/pmap/
H A Dpmap_data.h1213 ppattr_set_bits(unsigned int pai, pp_attr_t bits) in ppattr_set_bits()
1226 ppattr_clear_bits(unsigned int pai, pp_attr_t bits) in ppattr_clear_bits()
1239 ppattr_test_bits(unsigned int pai, pp_attr_t bits) in ppattr_test_bits()
1253 ppattr_pa_set_bits(pmap_paddr_t pa, pp_attr_t bits) in ppattr_pa_set_bits()
1268 ppattr_pa_clear_bits(pmap_paddr_t pa, pp_attr_t bits) in ppattr_pa_clear_bits()
1286 ppattr_pa_test_bits(pmap_paddr_t pa, pp_attr_t bits) in ppattr_pa_test_bits()
/xnu-8792.61.2/osfmk/i386/
H A Dmachine_check.h62 } bits; member
72 } bits; member
131 } bits; member
/xnu-8792.61.2/libkern/os/
H A Drefcnt.h214 #define os_ref_init_mask(rc, b, grp, bits) os_ref_init_count_mask((rc), (b), (grp), 1, bits) argument
/xnu-8792.61.2/osfmk/mach/
H A Dmessage.h172 #define MACH_MSGH_BITS_REMOTE(bits) \ argument
174 #define MACH_MSGH_BITS_LOCAL(bits) \ argument
176 #define MACH_MSGH_BITS_VOUCHER(bits) \ argument
178 #define MACH_MSGH_BITS_PORTS(bits) \ argument
180 #define MACH_MSGH_BITS_OTHER(bits) \ argument
184 #define MACH_MSGH_BITS_HAS_REMOTE(bits) \ argument
186 #define MACH_MSGH_BITS_HAS_LOCAL(bits) \ argument
188 #define MACH_MSGH_BITS_HAS_VOUCHER(bits) \ argument
190 #define MACH_MSGH_BITS_IS_COMPLEX(bits) \ argument
194 #define MACH_MSGH_BITS_RAISED_IMPORTANCE(bits) \ argument
[all …]
/xnu-8792.61.2/osfmk/kern/
H A Dipc_misc.c177 ipc_entry_bits_t bits = entry->ie_bits; variable
H A Dast.c269 uint16_t bits = atomic_exchange(&thread->kevent_ast_bits, 0); in ast_taken_user() local
/xnu-8792.61.2/tests/vm/
H A Dzalloc_buddy.c74 uint8_t bits[sizeof(zba_base_header()->zbah_bits)] = { }; variable
/xnu-8792.61.2/bsd/dev/
H A Dkmreg_com.h73 void *bits; /* Pointer to 2 bit per pixel raster data. */ member
/xnu-8792.61.2/libkern/c++/
H A DOSSerializeBinary.cpp76 OSSerialize::addBinary(const void * bits, size_t size) in addBinary()
114 const void * bits, uint32_t size, in addBinaryObject()

123