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

  /src/sys/arch/sparc/stand/ofwboot/
Locore.c 68 args.name = ADR2CELL("exit");
87 args.name = ADR2CELL("enter");
104 args.name = ADR2CELL("finddevice");
107 args.device = ADR2CELL(name);
124 args.name = ADR2CELL("instance-to-package");
146 args.name = ADR2CELL("instance-to-path");
150 args.buf = ADR2CELL(buf);
168 args.name = ADR2CELL("parent");
191 args.name = ADR2CELL("getprop");
195 args.prop = ADR2CELL(prop)
    [all...]
  /src/sys/arch/sparc/include/
openfirm.h 47 #define ADR2CELL(x) (cell_t)(x)
50 #define ADR2CELL(x) (cell_t)(u_int)(int)(x)
59 #define ADR2CELL(x) (cell_t)(x)
  /src/sys/arch/sparc/sparc/
openfirm.c 87 args.name = ADR2CELL("peer");
107 args.name = ADR2CELL("child");
127 args.name = ADR2CELL("parent");
147 args.name = ADR2CELL("instance-to-package");
170 args.name = ADR2CELL("getproplen");
174 args.prop = ADR2CELL(prop);
197 args.name = ADR2CELL("getprop");
201 args.prop = ADR2CELL(prop);
202 args.buf = ADR2CELL(buf);
225 args.name = ADR2CELL("setprop")
    [all...]
  /src/sys/arch/sparc64/sparc64/
ofw_machdep.c 110 args.name = ADR2CELL(&"SUNW,set-trap-table");
113 args.tba = ADR2CELL(tba);
132 args.name = ADR2CELL("SUNW,set-trap-table");
135 args.tba = ADR2CELL(tba);
136 args.mmfsa = ADR2CELL(mmfsa);
167 args.name = ADR2CELL(&"call-method");
170 args.method = ADR2CELL(&"translate");
172 args.vaddr = ADR2CELL(vaddr);
209 args.name = ADR2CELL(&"call-method");
212 args.method = ADR2CELL(&"claim")
    [all...]

Completed in 22 milliseconds