Home
last modified time | relevance | path

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

/xnu-10063.121.3/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-10063.121.3/tools/lldbmacros/core/
H A Dio.py26 def readable(self): member in SBProcessRawIO
/xnu-10063.121.3/iokit/DriverKit/
H A DIOMemoryDescriptor.iig146 * kIOMemoryDirectionOut memory described will be readable
167 * 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-10063.121.3/osfmk/mach/
H A Dmach_host.defs309 * Update the global ATM diagnostic flag, readable from the commpage
333 * Update the global multiuser flags, readable from the commpage
/xnu-10063.121.3/doc/primitives/
H A Datomics.md249 way more readable compare exchange loops. It also uses LL/SC constructs more
/xnu-10063.121.3/doc/lifecycle/
H A Dhibernation.md182 are readable/writable as necessary, and all of the rest of memory is mapped
/xnu-10063.121.3/
H A DAPPLE_LICENSE60 1.8 "Source Code" means the human readable form of a program or other
/xnu-10063.121.3/tools/lldbmacros/
H A DREADME.md409 …* Kernel debugging is particularly tricky. Many parts of memory may not be readable. There could b…