Home
last modified time | relevance | path

Searched refs:SEV (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/include/asm/
Dspinlock.h20 #define SEV ALT_SMP("sev.w", "nop.w") macro
39 #define SEV ALT_SMP("sev", "nop") macro
48 SEV in dsb_sev()
53 SEV in dsb_sev()
/linux-2.6.39/arch/x86/kernel/cpu/mcheck/
Dmce-severity.c50 #define SEV(s) .sev = MCE_ ## s ## _SEVERITY macro
51 #define BITCLR(x, s, m, r...) { .mask = x, .result = 0, SEV(s), .msg = m, ## r }
52 #define BITSET(x, s, m, r...) { .mask = x, .result = x, SEV(s), .msg = m, ## r }
54 { .mcgmask = x, .mcgres = res, SEV(s), .msg = m, ## r }
56 { .mask = x, .result = y, SEV(s), .msg = m, ## r }