Home
last modified time | relevance | path

Searched defs:bound (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/osfmk/x86_64/
H A Dloose_ends.c961 addr64_t bound = (pa + count + linesize - 1) & ~(linesize - 1); in dcache_incoherent_io_store64() local
986 addr64_t bound = (addr + count + linesize - 1) & ~(linesize - 1); in flush_dcache64() local
/xnu-8020.140.41/osfmk/prng/
H A Dentropy.c341 add_observation(entropy_health_test_t *t, uint64_t bound) in add_observation()
/xnu-8020.140.41/osfmk/ipc/
H A Dmach_port.c256 ipc_entry_num_t bound; in mach_port_names() local