Searched refs:NFIT_DIMM_HANDLE (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/ |
H A D | ndtest.c | 35 #define NFIT_DIMM_HANDLE(node, socket, imc, chan, dimm) \ macro 47 .handle = NFIT_DIMM_HANDLE(0, 0, 0, 0, 0), 54 .handle = NFIT_DIMM_HANDLE(0, 0, 0, 0, 1), 61 .handle = NFIT_DIMM_HANDLE(0, 0, 1, 0, 0), 68 .handle = NFIT_DIMM_HANDLE(0, 0, 1, 0, 1), 75 .handle = NFIT_DIMM_HANDLE(0, 1, 0, 0, 0), 85 .handle = NFIT_DIMM_HANDLE(1, 0, 0, 0, 0),
|
H A D | nfit.c | 120 #define NFIT_DIMM_HANDLE(node, socket, imc, chan, dimm) \ macro 125 [0] = NFIT_DIMM_HANDLE(0, 0, 0, 0, 0), 126 [1] = NFIT_DIMM_HANDLE(0, 0, 0, 0, 1), 127 [2] = NFIT_DIMM_HANDLE(0, 0, 1, 0, 0), 128 [3] = NFIT_DIMM_HANDLE(0, 0, 1, 0, 1), 129 [4] = NFIT_DIMM_HANDLE(0, 1, 0, 0, 0), 130 [5] = NFIT_DIMM_HANDLE(1, 0, 0, 0, 0), 131 [6] = NFIT_DIMM_HANDLE(1, 0, 0, 0, 1),
|
/kernel/linux/linux-5.10/tools/testing/nvdimm/test/ |
H A D | nfit.c | 123 #define NFIT_DIMM_HANDLE(node, socket, imc, chan, dimm) \ macro 128 [0] = NFIT_DIMM_HANDLE(0, 0, 0, 0, 0), 129 [1] = NFIT_DIMM_HANDLE(0, 0, 0, 0, 1), 130 [2] = NFIT_DIMM_HANDLE(0, 0, 1, 0, 0), 131 [3] = NFIT_DIMM_HANDLE(0, 0, 1, 0, 1), 132 [4] = NFIT_DIMM_HANDLE(0, 1, 0, 0, 0), 133 [5] = NFIT_DIMM_HANDLE(1, 0, 0, 0, 0), 134 [6] = NFIT_DIMM_HANDLE(1, 0, 0, 0, 1),
|
Completed in 13 milliseconds