Home | History | Annotate | Download | only in acpi

Lines Matching defs:ME

372 	const struct cper_memory_error *ME = buf;
382 CPER_MEMORY_ERROR_VALIDATION_BITS_FMT, ME->ValidationBits);
384 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_ERROR_STATUS) {
416 "\0", ME->ErrorStatus);
419 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_PHYSICAL_ADDRESS) {
421 ctx, ME->PhysicalAddress);
423 if (ME->ValidationBits &
426 "\n", ctx, ME->PhysicalAddressMask);
428 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_NODE) {
430 ME->Node);
432 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_CARD) {
434 ME->Card);
436 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_MODULE) {
438 ME->Module);
440 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_BANK) {
442 ME->Bank);
444 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_DEVICE) {
446 ME->Device);
448 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_ROW) {
450 ME->Row);
452 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_COLUMN) {
454 ME->Column);
456 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_BIT_POSITION) {
458 ctx, ME->BitPosition);
460 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_REQUESTOR_ID) {
462 ctx, ME->RequestorId);
464 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_RESPONDER_ID) {
466 ctx, ME->ResponderId);
468 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_TARGET_ID) {
470 ctx, ME->TargetId);
472 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_MEMORY_ERROR_TYPE) {
473 const uint8_t t = ME->MemoryErrorType;
542 /* XXX move me to pcireg.h */
636 * XXX move me to pcireg.h; note: high
672 /* XXX move me to pcireg.h */
736 /* XXX move me to pcireg.h */