HomeSort by: relevance | last modified time | path
    Searched refs:HDL2CELL (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/sparc/include/
openfirm.h 46 #define HDL2CELL(x) (cell_t)(u_int)(int)(x)
49 #define HDL2CELL(x) (cell_t)(u_int)(int)(x)
58 #define HDL2CELL(x) (cell_t)(x)
  /src/sys/arch/sparc/stand/ofwboot/
Locore.c 127 args.ihandle = HDL2CELL(ihandle);
149 args.ihandle = HDL2CELL(ihandle);
171 args.phandle = HDL2CELL(phandle);
194 args.phandle = HDL2CELL(handle);
221 args.phandle = HDL2CELL(handle);
283 args.phandle = HDL2CELL(phandle);
325 args.handle = HDL2CELL(handle);
345 args.ihandle = HDL2CELL(handle);
369 args.ihandle = HDL2CELL(handle);
394 args.handle = HDL2CELL(handle)
    [all...]
ofdev.c 377 OF_interpret("to my-self", 1, 0, HDL2CELL(ihandle));
  /src/sys/arch/sparc/sparc/
openfirm.c 90 args.phandle = HDL2CELL(phandle);
110 args.phandle = HDL2CELL(phandle);
130 args.phandle = HDL2CELL(phandle);
150 args.ihandle = HDL2CELL(ihandle);
173 args.phandle = HDL2CELL(handle);
200 args.phandle = HDL2CELL(handle);
228 args.phandle = HDL2CELL(handle);
253 args.phandle = HDL2CELL(handle);
299 args.ihandle = HDL2CELL(ihandle);
325 args.phandle = HDL2CELL(phandle)
    [all...]
  /src/sys/arch/sparc64/sparc64/
ofw_machdep.c 171 args.ihandle = HDL2CELL(mmuh);
213 args.ihandle = HDL2CELL(mmuh);
250 args.ihandle = HDL2CELL(mmuh);
284 args.ihandle = HDL2CELL(mmuh);
317 args.ihandle = HDL2CELL(mmuh);
352 args.ihandle = HDL2CELL(mmuh);
394 args.ihandle = HDL2CELL(memh);
433 args.ihandle = HDL2CELL(memh);
470 args.ihandle = HDL2CELL(memh);
512 args.ihandle = HDL2CELL(memh)
    [all...]

Completed in 15 milliseconds