Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/tests/
H A Duser_msrs.c108 bool readable, writeable; in msr_test() local
125 readable = !did_fault; in msr_test()
131 T_LOG("\tcan read: %s\n", readable ? "YES" : "NO"); in msr_test()
133 if (readable) { in msr_test()
137 if (!readable || !writeable) { in msr_test()
/xnu-11215/tools/lldbmacros/core/
H A Dio.py26 def readable(self): member in SBProcessRawIO
/xnu-11215/iokit/DriverKit/
H A DIOMemoryDescriptor.iig147 * kIOMemoryDirectionOut memory described will be readable
168 * kIOMemoryDirectionOut memory described will be readable. The source
H A DIODMACommand.iig127 kIOMemoryDirectionOut the memory is readable
H A DIOUserClient.iig253 * kIOMemoryDirectionOut memory described will be readable
/xnu-11215/osfmk/mach/
H A Dmach_host.defs313 * Update the global ATM diagnostic flag, readable from the commpage
337 * Update the global multiuser flags, readable from the commpage
/xnu-11215/doc/building/
H A Dbound_checks.md43 always immediately readable and the trap location shows correctly in the
/xnu-11215/doc/primitives/
H A Datomics.md249 way more readable compare exchange loops. It also uses LL/SC constructs more
/xnu-11215/doc/lifecycle/
H A Dhibernation.md182 are readable/writable as necessary, and all of the rest of memory is mapped
/xnu-11215/
H A DAPPLE_LICENSE60 1.8 "Source Code" means the human readable form of a program or other
/xnu-11215/tools/lldbmacros/
H A DREADME.md417 …* Kernel debugging is particularly tricky. Many parts of memory may not be readable. There could b…