| /netbsd-src/sys/arch/sun3/include/ |
| H A D | mc68851.h | 78 struct mmu_long_dte_struct { /* 'dte' stands for 'descriptor table entry' */ 194 struct mmu_short_dte_struct { /* 'dte' stands for 'descriptor table entry' */ 274 #define MMU_VALID_DT(dte) ((dte).attr.raw & MMU_DT_MASK) argument 276 #define MMU_INVALID_DT(dte) (!((dte).attr.raw & MMU_DT_MASK)) argument 283 /* extracts the physical address from a dte */ 284 #define MMU_DTE_PA(dte) ((dte).attr.raw & MMU_SHORT_DTE_BASEADDR) argument
|
| /netbsd-src/sys/arch/sun3/sun3x/ |
| H A D | pmap.c | 1362 mmu_long_dte_t *dte; in free_a_table() local 1390 dte = a_tbl->at_dtbl; in free_a_table() 1396 if (MMU_VALID_DT(dte[i])) { in free_a_table() 1415 dtbl = mmu_ptov(dte[i].addr.raw); in free_a_table() 1421 dte[i].attr.raw = MMU_DT_INVALID; in free_a_table() 1447 mmu_short_dte_t *dte; in free_b_table() local 1455 dte = b_tbl->bt_dtbl; in free_b_table() 1457 if (MMU_VALID_DT(dte[i])) { in free_b_table() 1458 dtbl = mmu_ptov(MMU_DTE_PA(dte[i])); in free_b_table() 1464 dte[i].attr.raw = MMU_DT_INVALID; in free_b_table()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | imx6ull-colibri.dtsi | 177 fsl,dte-mode; 184 fsl,dte-mode; 190 fsl,dte-mode;
|
| H A D | imx6dl-eckelmann-ci4x10.dts | 325 fsl,dte-mode; 336 fsl,dte-mode;
|
| H A D | imx6qdl-apalis.dtsi | 393 fsl,dte-mode; 401 fsl,dte-mode; 409 fsl,dte-mode; 416 fsl,dte-mode;
|
| H A D | imx6qdl-colibri.dtsi | 343 fsl,dte-mode; 352 fsl,dte-mode; 361 fsl,dte-mode;
|
| H A D | tegra20-trimslice.dts | 97 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 204 "dtb", "dtc", "dtd", "dte", "gmb",
|
| H A D | imx7-colibri.dtsi | 439 fsl,dte-mode; 448 fsl,dte-mode; 456 fsl,dte-mode;
|
| H A D | tegra20-tamonten.dtsi | 92 nvidia,pins = "dtb", "dtc", "dte"; 206 "dtc", "dte", "dtf", "gpu", "sdio1",
|
| H A D | imx6q-arm2.dts | 216 fsl,dte-mode;
|
| H A D | imx53-cx9020.dts | 170 fsl,dte-mode;
|
| H A D | tegra20-paz00.dts | 99 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 215 "dtc", "dte", "slxa", "slxc", "slxd",
|
| H A D | imx7d-meerkat96.dts | 171 fsl,dte-mode;
|
| H A D | tegra20-ventana.dts | 104 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 241 nvidia,pins = "dte", "spif";
|
| H A D | tegra20-colibri.dtsi | 356 gpio-dte { 357 nvidia,pins = "dte";
|
| H A D | tegra20-harmony.dts | 110 nvidia,pins = "dtb", "dtc", "dte"; 223 "dtc", "dte", "dtf", "gpu", "sdio1",
|
| H A D | imx7s-warp.dts | 297 fsl,dte-mode;
|
| H A D | tegra20-seaboard.dts | 102 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 240 nvidia,pins = "dte", "spif";
|
| H A D | imx6q-pistachio.dts | 591 fsl,dte-mode;
|
| H A D | tegra20-acer-a500-picasso.dts | 145 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 251 "dap4", "dte", "dtf", "gma", "gmc",
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | traits.d | 85 if (auto dte = e.isDotTemplateExp()) in getDsymbolWithoutExpCtx() local 86 return dte.td; in getDsymbolWithoutExpCtx() 1099 else if (auto dte = ex.isDotTemplateExp) in semanticTraits() local 1101 auto td = dte.td; in semanticTraits() 1106 if (dte.e1.op != EXP.dotType && dte.e1.op != EXP.this_) in semanticTraits() 1107 ex = dte.e1; in semanticTraits()
|
| H A D | expressionsem.d | 779 else if (auto dte = e1.isDotTemplateExp()) in resolvePropertiesOnly() local 780 return handleTemplateDecl(dte.td); in resolvePropertiesOnly() 1209 else if (auto dte = e1.isDotTemplateExp()) variable 1211 s = dte.td; 1213 tthis = dte.e1.type; 4646 DotTemplateExp dte; in visit() local 4651 dte = null; in visit() 4658 dte = cast(DotTemplateExp)exp.e1; in visit() 4659 s = dte.td; in visit() 4725 exp.e1 = new DotVarExp(exp.loc, dte.e1, exp.f, false); in visit() [all …]
|
| /netbsd-src/sys/arch/hp300/stand/common/ |
| H A D | scsireg.h | 357 u_char dte : 1; /* disable transfer on error */ member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | expressionsem.c | 3113 DotTemplateExp *dte; in visit() local 3118 dte = NULL; in visit() 3125 dte = (DotTemplateExp *)(exp->e1); in visit() 3126 s = dte->td; in visit() 3197 exp->e1 = new DotVarExp(exp->loc, dte->e1, exp->f, false); in visit() 8728 DotTemplateExp *dte = (DotTemplateExp *)e; in semanticY() local 8729 exp->e1 = dte->e1; // pull semantic() result in semanticY() 8731 exp->ti->tempdecl = dte->td; in semanticY()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
| H A D | timezone.d | 2386 catch (DateTimeException dte) 2387 throw dte;
|