Lines Matching refs:emph

18   \emph{OzLabs, IBM Linux Technology Center}}
25 \newcommand{\fixme}[1]{$\bigstar$\emph{\textbf{\large #1}}$\bigstar$\xspace}
76 Each node contains \emph{properties}, name--value pairs that give
136 \item \emph{relocatable}: the bootloader or kernel should be able to
140 \item \emph{insert and delete}: sometimes the bootloader might want to
147 \item \emph{compact}: embedded systems are frequently short of
161 \texttt{0x04} & \emph{totalsize} \\\cline{2-2}
162 \texttt{0x08} & \emph{off\_struct} & \\\cline{2-2}
163 \texttt{0x0C} & \emph{off\_strs} & \\\cline{2-2}
164 \texttt{0x10} & \emph{off\_rsvmap} & \\\cline{2-2}
165 \texttt{0x14} & \emph{version} \\\cline{2-2}
166 \texttt{0x18} & \emph{last\_comp\_ver} & \\\cline{2-2}
167 \texttt{0x1C} & \emph{boot\_cpu\_id} & \tge v2 only\\\cline{2-2}
168 \texttt{0x20} & \emph{size\_strs} & \tge v3 only\\\cline{2-2}
170 \emph{off\_rsvmap} & \emph{address0} & memory reserve \\
172 + \texttt{0x08} & \emph{len0} & \\
180 \emph{off\_strs} & \texttt{'n' 'a' 'm' 'e'} & strings block \\
184 \multicolumn{1}{r}{+ \emph{size\_strs}} \\
186 \emph{off\_struct} & \dtbeginnode & structure block \\\cline{2-2}
197 \multicolumn{1}{r}{\emph{totalsize}} \\
211 the \emph{memory reserve table}, the \emph{structure block} and the
212 \emph{strings block}. A small header gives the blob's size and
300 device type followed by an \texttt{@} followed by a \emph{unit
446 and subnodes. Properties are given as just {\emph{name} \texttt{=}
447 \emph{value}\texttt{;}}. The property values can be given in any
450 \item \emph{string} (for example, \texttt{"MyBoard"}). The property
453 \item \emph{cells} (for example, \texttt{<0 8000 f0000000>}). The
456 \item \emph{bytestring} (for example, \texttt{[1234abcdef]}). The
460 Cell properties can also contain \emph{references}. Instead of a hex
491 \item \emph{syntactic structure}: \dtc checks that node and property
495 \item \emph{semantic structure}: In some cases, \dtc checks that
502 \item \emph{Linux requirements}: \dtc checks that the device tree
531 \item \emph{better tree checking}: Although \dtc already performs a
539 \item \emph{binary include}: Occasionally, it is useful for the device
545 \item \emph{macros}: it might be useful for \dtc to implement some