Rev 2020 | Rev 2022 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2020 | Rev 2021 | ||
---|---|---|---|
Line 63... | Line 63... | ||
63 | "fpu1", |
63 | "fpu1", |
64 | "Intel FPU test", |
64 | "Intel FPU test", |
65 | &test_fpu1, |
65 | &test_fpu1, |
66 | true |
66 | true |
67 | }, |
67 | }, |
- | 68 | { |
|
- | 69 | "sse1", |
|
- | 70 | "Intel SEE test", |
|
- | 71 | &test_sse1, |
|
- | 72 | true |
|
- | 73 | }, |
|
- | 74 | { |
|
- | 75 | "mips2", |
|
- | 76 | "MIPS FPU test", |
|
- | 77 | &test_mips2, |
|
- | 78 | true |
|
- | 79 | }, |
|
- | 80 | { |
|
- | 81 | "falloc1", |
|
- | 82 | "Frame allocator test 1", |
|
- | 83 | &test_falloc1, |
|
- | 84 | true |
|
- | 85 | }, |
|
- | 86 | { |
|
- | 87 | "falloc2", |
|
- | 88 | "Frame allocator test 2", |
|
- | 89 | &test_falloc2, |
|
- | 90 | true |
|
- | 91 | }, |
|
- | 92 | { |
|
- | 93 | "mapping1", |
|
- | 94 | "Mapping test", |
|
- | 95 | &test_mapping1, |
|
- | 96 | true |
|
- | 97 | }, |
|
- | 98 | { |
|
- | 99 | "slab1", |
|
- | 100 | "SLAB test 1", |
|
- | 101 | &test_slab1, |
|
- | 102 | true |
|
- | 103 | }, |
|
- | 104 | { |
|
- | 105 | "slab2", |
|
- | 106 | "SLAB test 2", |
|
- | 107 | &test_slab2, |
|
- | 108 | true |
|
- | 109 | }, |
|
- | 110 | { |
|
- | 111 | "purge1", |
|
- | 112 | "Itanium TLB purge test", |
|
- | 113 | &test_purge1, |
|
- | 114 | true |
|
- | 115 | }, |
|
68 | {NULL, NULL, NULL} |
116 | {NULL, NULL, NULL} |
69 | }; |
117 | }; |
70 | 118 | ||
71 | /** @} |
119 | /** @} |
72 | */ |
120 | */ |