Home
last modified time | relevance | path

Searched refs:context1 (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/tests/vm/
H A Dvm_unaligned_copy_protection_race.c12 struct context1 { struct
24 struct context1 *ctx; in protect_thread() argument
26 ctx = (struct context1 *)arg; in protect_thread()
66 struct context1 context1, *ctx; variable
69 ctx = &context1;
H A Dvm_unaligned_copy_switch_race.c13 struct context1 { struct
27 struct context1 *ctx; in switcheroo_thread() argument
29 ctx = (struct context1 *)arg; in switcheroo_thread()
81 struct context1 context1, *ctx; variable
86 ctx = &context1;