Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm64/
H A Dplatform_tests.c1049 #define MT_W_VAL (0x00000000feedbeefULL) /* Drop in zeros */ macro
1063 {MT_FUNC(munge_w), 1, 1, {MT_W_VAL}},
1064 {MT_FUNC(munge_ww), 2, 2, {MT_W_VAL, MT_W_VAL}},
1065 {MT_FUNC(munge_www), 3, 3, {MT_W_VAL, MT_W_VAL, MT_W_VAL}},
1066 {MT_FUNC(munge_wwww), 4, 4, {MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL}},
1067 {MT_FUNC(munge_wwwww), 5, 5, {MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL}},
1068 {MT_FUNC(munge_wwwwww), 6, 6, {MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL, MT_W_VAL}},
1069 …{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…
1070 …{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_…
1071 {MT_FUNC(munge_wl), 3, 2, {MT_W_VAL, MT_L_VAL}},
[all …]