Searched refs:halt (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Cpu0Cst/ |
D | Cpu0Cst.asl | 35 // C1 halt 45 { // C1 halt 296 // If C6 is supported, we report C1 halt, IO C2,C4,C6 334 // If C4 is supported, we report C1 halt, IO C2,C4 342 { // C1 halt 366 // If C2 is supported, we report C1 halt, IO C2 374 { // C1 halt 390 // Else we only report C1 halt. 396 { // C1 halt
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | pred.c | 509 require(r->end->halt == FALSE,"should only have one halt at a time"); 512 /* MR10 */ (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE), 515 /* MR10 */ MR_RuleBlkWithHalt->end->halt=FALSE; 520 require(r->end->halt == FALSE,"rule->end->halt already set"); 527 r->end->halt = TRUE; 532 require(r->end->halt == TRUE,"rule->end->halt not set"); 533 r->end->halt = FALSE; 542 /* MR10 */ (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == FALSE… 545 /* MR10 */ MR_RuleBlkWithHalt->end->halt=TRUE;
|
D | fset.c | 168 p->end->halt && 180 !p->halt && /* MR11 was using cache even when halt set */ 206 if (p->halt ) /* don't want FOLLOW here? */ /* unless MR10 hoisting */ 238 if ( p->jtype == RuleBlk && p->end->halt && ! MR_AmbSourceSearch) /* can save FIRST set? */ 248 !p->halt && /* MR11 was using cache even with halt set */ 344 save_halt = r->end->halt; 345 r->end->halt = TRUE; /* don't let reach fall off end of rule here */ 348 r->end->halt = save_halt;
|
D | mrhoist.c | 942 (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE), 948 MR_RuleBlkWithHalt->end->halt=FALSE; 956 if (MR_RuleBlkWithHalt != NULL) MR_RuleBlkWithHalt->end->halt=TRUE; 970 if (MR_RuleBlkWithHalt != NULL) MR_RuleBlkWithHalt->end->halt=FALSE; 979 MR_RuleBlkWithHalt->end->halt=TRUE; 1008 (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE), 1016 MR_RuleBlkWithHalt->end->halt=FALSE; 1025 if (MR_RuleBlkWithHalt != NULL) MR_RuleBlkWithHalt->end->halt=TRUE; 1046 if (MR_RuleBlkWithHalt != NULL) MR_RuleBlkWithHalt->end->halt=FALSE; 1054 MR_RuleBlkWithHalt->end->halt=TRUE;
|
D | syn.h | 351 char halt; /* never move past a junction with halt==TRUE */ /* MR10 was int */ variable
|
D | bits.c | 222 r->end->halt = TRUE; /* don't let reach fall off end of rule here */ 225 r->end->halt = FALSE;
|
D | dumpnode.c | 207 if (j->halt) fprintf(stderr," halt!");
|
D | fset2.c | 611 if ( p->halt ) /* don't want FOLLOW here? */ 707 save_halt = r->end->halt; 708 r->end->halt = TRUE; /* don't let reach fall off end of rule here */ 720 r->end->halt = save_halt;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
D | EnablePaging64.asm | 59 hlt ; halt processor if EntryPoint() returned
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ |
D | Cpu0Cst.asl | 111 { // C1 halt, but with BIOS coordination
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | firmware-design.md | 671 The framework does basic validation of each descriptor to halt firmware 686 error and the service is ignored: this does not cause the firmware to halt.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/ |
D | README | 509 will fail but should not halt the make process. This is
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | README | 516 will fail but should not halt the make process. This is
|