Home
last modified time | relevance | path

Searched refs:hard (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/san/memory/
H A Dkasan-blacklist11 # Try really hard to avoid panicing while debugging
/xnu-8020.121.3/osfmk/ipc/
H A Dmach_port.c2392 boolean_t hard = current_task()->task_control_port_options & TASK_CONTROL_PORT_IMMOVABLE_HARD; in mach_port_guard_exception_immovable() local
2397 hard ? kGUARD_EXC_IMMOVABLE : kGUARD_EXC_IMMOVABLE_NON_FATAL); in mach_port_guard_exception_immovable()
2421 boolean_t hard = current_task()->task_control_port_options & TASK_CONTROL_PORT_PINNED_HARD; in mach_port_guard_exception_pinned() local
2426 hard ? kGUARD_EXC_MOD_REFS : kGUARD_EXC_MOD_REFS_NON_FATAL); in mach_port_guard_exception_pinned()
/xnu-8020.121.3/tests/
H A Dhvtest_x86.m314 * It is hard to assess whether the EPT violation is
1052 /* Getting a 2MB superpage is hard in practice, because memory gets fragmented
/xnu-8020.121.3/tools/lldbmacros/
H A DREADME.md390 …* If you need to get pagesize of the traget system, do not hard code any value. kern.globals.page_…