Searched refs:MT_W_VAL (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/arm64/ ! |
| H A D | platform_tests.c | 1003 #define MT_W_VAL (0x00000000feedbeefULL) /* Drop in zeros */ macro 1017 {MT_FUNC(munge_w), 1, 1, {MT_W_VAL}}, 1018 {MT_FUNC(munge_ww), 2, 2, {MT_W_VAL, MT_W_VAL}}, 1019 {MT_FUNC(munge_www), 3, 3, {MT_W_VAL, MT_W_VAL, MT_W_VAL}}, 1020 {MT_FUNC(munge_wwww), 4, 4, {MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL}}, 1021 {MT_FUNC(munge_wwwww), 5, 5, {MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL}}, 1022 {MT_FUNC(munge_wwwwww), 6, 6, {MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL}}, 1023 …{MT_FUNC(munge_wwwwwww), 7, 7, {MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_V… 1024 …{MT_FUNC(munge_wwwwwwww), 8, 8, {MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_… 1025 {MT_FUNC(munge_wl), 3, 2, {MT_W_VAL, MT_L_VAL}}, [all …]
|