Searched refs:eb (Results 1 - 11 of 11) sorted by relevance

/arch/arm/mach-realview/include/mach/
H A Dirqs.h25 #include <mach/irqs-eb.h>
H A Duncompress.h23 #include <mach/board-eb.h>
/arch/x86/mm/
H A Dnuma_emulation.c49 struct numa_memblk *eb = &ei->blk[ei->nr_blks]; local
58 eb->start = pb->start;
59 eb->end = pb->start + size;
60 eb->nid = nid;
72 nid, eb->start, eb->end - 1, (eb->end - eb->start) >> 20);
/arch/arm/mach-realview/
H A Dplatsmp.c20 #include <mach/board-eb.h>
H A Drealview_eb.c45 #include <mach/board-eb.h>
/arch/ia64/kernel/
H A Dmca_drv.c413 * Bus_Check structure with Bus_Check.eb (external bus error) flag set
423 if (pbci->eb)
583 if (psp->bc && pbci->eb && pbci->bsi == 0) {
701 if (pbci->eb && pbci->bsi > 0)
/arch/unicore32/include/asm/
H A Dassembler.h83 .else; .ifc \cond, eb
/arch/powerpc/kernel/
H A Dbtext.c451 unsigned int *eb = (int *)expand_bits_16; local
456 base[0] = (eb[bits >> 6] & fg) ^ bg;
457 base[1] = (eb[(bits >> 4) & 3] & fg) ^ bg;
458 base[2] = (eb[(bits >> 2) & 3] & fg) ^ bg;
459 base[3] = (eb[bits & 3] & fg) ^ bg;
469 unsigned int *eb = (int *)expand_bits_8; local
474 base[0] = (eb[bits >> 4] & fg) ^ bg;
475 base[1] = (eb[bits & 0xf] & fg) ^ bg;
/arch/sparc/kernel/
H A Dbtext.c267 unsigned int *eb = (int *)expand_bits_16; local
272 base[0] = (eb[bits >> 6] & fg) ^ bg;
273 base[1] = (eb[(bits >> 4) & 3] & fg) ^ bg;
274 base[2] = (eb[(bits >> 2) & 3] & fg) ^ bg;
275 base[3] = (eb[bits & 3] & fg) ^ bg;
285 unsigned int *eb = (int *)expand_bits_8; local
290 base[0] = (eb[bits >> 4] & fg) ^ bg;
291 base[1] = (eb[bits & 0xf] & fg) ^ bg;
/arch/ia64/include/asm/
H A Dpal.h575 eb : 1, /* External bus error */ member in struct:pal_bus_check_info_s
743 #define pmci_bus_external_error pme_bus.eb
/arch/x86/kvm/
H A Dvmx.c1493 u32 eb; local
1495 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) |
1500 eb |= 1u << BP_VECTOR;
1502 eb = ~0;
1504 eb &= ~(1u << PF_VECTOR); /* bypass_guest_pf = 0 */
1506 eb &= ~(1u << NM_VECTOR);
1514 eb |= get_vmcs12(vcpu)->exception_bitmap;
1516 vmcs_write32(EXCEPTION_BITMAP, eb);

Completed in 502 milliseconds