Home
last modified time | relevance | path

Searched defs:bits (Results 26 – 50 of 67) sorted by relevance

123

/xnu-12377.81.4/osfmk/ipc/
H A Dipc_object.c262 ipc_entry_bits_t bits; in ipc_object_translate() local
768 ipc_entry_bits_t bits; in ipc_object_insert_send_right() local
H A Dipc_pset.c615 ipc_entry_bits_t bits; in filt_wlattach_sync_ipc() local
769 ipc_entry_bits_t bits; in filt_machportattach() local
H A Dipc_mqueue.c1372 ipc_entry_bits_t bits; in ipc_mqueue_copyin() local
H A Dmach_port.c152 ipc_entry_bits_t bits; in mach_port_names_helper() local
309 ipc_entry_bits_t bits = entry->ie_bits; in mach_port_names() local
/xnu-12377.81.4/osfmk/arm/
H A Dcpuid.h321 arm_mvfr0_t bits; member
337 arm_mvfr1_t bits; member
/xnu-12377.81.4/tools/lldbmacros/
H A Dpmap.py57 def KDPReadPhysMEM(address, bits): argument
137 def KDPWritePhysMEM(address, intval, bits): argument
/xnu-12377.81.4/osfmk/mach/
H A Dvm_param.h427 uint32_t bits = 64u - (uint32_t)__builtin_clzll((size / 10) | 1); in mach_vm_size_unit() local
435 uint32_t bits = 64u - (uint32_t)__builtin_clzll((size / 10) | 1); in mach_vm_size_pretty() local
/xnu-12377.81.4/libkern/zlib/
H A Dinflate.h122 unsigned bits; /* number of bits in "in" */ member
H A Ddeflate.c439 deflatePrime(z_streamp strm, int bits, int value) in deflatePrime()
/xnu-12377.81.4/osfmk/kern/
H A Dthread_act.c1432 act_set_astkevent(thread_t thread, uint16_t bits) in act_set_astkevent()
1441 act_clear_astkevent(thread_t thread, uint16_t bits) in act_clear_astkevent()
H A Dbits.h57 #define bits(x, hi, lo) extract((x), (lo), (hi) - (lo) + 1) macro
/xnu-12377.81.4/bsd/kern/
H A Dkern_proc.c888 uint32_t bits; in proc_ref_try_fast() local
948 proc_ref_wait_for_exec(proc_t p, uint32_t bits, int locked) in proc_ref_wait_for_exec()
975 proc_ref_needs_wait_for_exec(uint32_t bits) in proc_ref_needs_wait_for_exec()
1061 uint32_t bits; in proc_ref() local
1144 uint32_t bits = os_ref_get_raw_mask(&p->p_refcount); in proc_refdrain() local
1352 uint32_t bits; in proc_checkdeadrefs() local
2482 uint32_t bits; in proc_find() local
2542 uint32_t bits; in proc_find_locked() local
4483 pgrp_alloc(pid_t pgid, pggrp_ref_bits_t bits) in pgrp_alloc()
H A Dsys_generic.c1584 u_int32_t bits; in selscan() local
1946 u_int32_t bits; in selcount() local
2025 u_int32_t bits; in seldrop_locked() local
/xnu-12377.81.4/osfmk/i386/
H A Dpmap_common.c492 int bits) in phys_attribute_set()
H A Dmtrr.c101 #define PHYS_BITS_TO_MASK(bits) \ argument
H A Dpmap_x86_common.c2025 int bits, in phys_attribute_clear()
2237 int bits) in phys_attribute_test()
H A Dcpuid.c1193 cpuid_get_names(struct table *map, uint64_t bits, char *buf, unsigned buf_len) in cpuid_get_names()
/xnu-12377.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap.c7338 unsigned int bits,
7402 unsigned int bits,
7416 unsigned int bits,
7527 unsigned int bits,
7583 unsigned int bits,
7610 unsigned int bits,
7635 unsigned int bits)
7648 unsigned int bits)
7662 unsigned int bits)
7771 unsigned int bits; local
[all …]
/xnu-12377.81.4/osfmk/arm/pmap/
H A Dpmap.c7317 unsigned int bits,
7391 unsigned int bits,
7404 unsigned int bits,
7448 unsigned int bits,
7501 unsigned int bits,
7531 unsigned int bits,
7560 unsigned int bits)
7582 unsigned int bits)
7600 unsigned int bits)
7709 unsigned int bits; local
[all …]
/xnu-12377.81.4/osfmk/i386/commpage/
H A Dcommpage.c267 uint64_t bits; in commpage_init_cpu_capabilities() local
/xnu-12377.81.4/tests/vm/configurator/
H A Dvm_configurator.h366 uint64_t bits; member
402 uint64_t bits; member
/xnu-12377.81.4/tests/recount/
H A Drecount_perf_tests.c49 next_bit(uint32_t *bits) in next_bit()
/xnu-12377.81.4/libkern/libkern/
H A DBlock_private.h82 uintptr_t bits; variable
/xnu-12377.81.4/bsd/nfs/
H A Dnfs_gss.c1259 uint32_t *bits = cp->gss_svc_seqbits; in nfs_gss_svc_seqnum_valid() local
/xnu-12377.81.4/tools/lldbmacros/kmemory/
H A Dvm.py806 def _make_mask(self, mask, bits): argument

123