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

  /src/sys/arch/sparc/include/
openfirm.h 44 typedef uint64_t cell_t; typedef in typeref:typename:uint64_t
46 #define HDL2CELL(x) (cell_t)(u_int)(int)(x)
47 #define ADR2CELL(x) (cell_t)(x)
49 #define HDL2CELL(x) (cell_t)(u_int)(int)(x)
50 #define ADR2CELL(x) (cell_t)(u_int)(int)(x)
52 #define HDQ2CELL_HI(x) (cell_t)(0)
53 #define HDQ2CELL_LO(x) (cell_t)(x)
57 typedef uint32_t cell_t; typedef in typeref:typename:uint32_t
58 #define HDL2CELL(x) (cell_t)(x)
59 #define ADR2CELL(x) (cell_t)(x
    [all...]
  /src/sys/arch/sparc/stand/ofwboot/
Locore.c 46 __CTASSERT(sizeof(cell_t)==8);
63 cell_t name;
64 cell_t nargs;
65 cell_t nreturns;
82 cell_t name;
83 cell_t nargs;
84 cell_t nreturns;
97 cell_t name;
98 cell_t nargs;
99 cell_t nreturns
    [all...]
ofdev.c 367 cell_t units[4], phandle, myself, depth = 0, odepth = 0, cnt;
  /src/sys/arch/sparc/sparc/
openfirm.c 80 cell_t name;
81 cell_t nargs;
82 cell_t nreturns;
83 cell_t phandle;
84 cell_t sibling;
100 cell_t name;
101 cell_t nargs;
102 cell_t nreturns;
103 cell_t phandle;
104 cell_t child
    [all...]
  /src/sys/arch/sparc64/sparc64/
ofw_machdep.c 104 cell_t name;
105 cell_t nargs;
106 cell_t nreturns;
107 cell_t tba;
125 cell_t name;
126 cell_t nargs;
127 cell_t nreturns;
128 cell_t tba;
129 cell_t mmfsa;
150 cell_t name
    [all...]
autoconf.c 847 cell_t row = 0UL, col = 0UL;
1367 sizeof(cell_t), 1);

Completed in 19 milliseconds