Home
last modified time | relevance | path

Searched refs:eb (Results 1 – 8 of 8) sorted by relevance

/arch/sparc/kernel/
Dbtext.c267 unsigned int *eb = (int *)expand_bits_16; in draw_byte_16() local
272 base[0] = (eb[bits >> 6] & fg) ^ bg; in draw_byte_16()
273 base[1] = (eb[(bits >> 4) & 3] & fg) ^ bg; in draw_byte_16()
274 base[2] = (eb[(bits >> 2) & 3] & fg) ^ bg; in draw_byte_16()
275 base[3] = (eb[bits & 3] & fg) ^ bg; in draw_byte_16()
285 unsigned int *eb = (int *)expand_bits_8; in draw_byte_8() local
290 base[0] = (eb[bits >> 4] & fg) ^ bg; in draw_byte_8()
291 base[1] = (eb[bits & 0xf] & fg) ^ bg; in draw_byte_8()
/arch/x86/mm/
Dnuma_emulation.c49 struct numa_memblk *eb = &ei->blk[ei->nr_blks]; in emu_setup_memblk() local
58 eb->start = pb->start; in emu_setup_memblk()
59 eb->end = pb->start + size; in emu_setup_memblk()
60 eb->nid = nid; in emu_setup_memblk()
72 nid, eb->start, eb->end - 1, (eb->end - eb->start) >> 20); in emu_setup_memblk()
/arch/powerpc/kernel/
Dbtext.c542 unsigned int *eb = (int *)expand_bits_16; in draw_byte_16() local
547 base[0] = (eb[bits >> 6] & fg) ^ bg; in draw_byte_16()
548 base[1] = (eb[(bits >> 4) & 3] & fg) ^ bg; in draw_byte_16()
549 base[2] = (eb[(bits >> 2) & 3] & fg) ^ bg; in draw_byte_16()
550 base[3] = (eb[bits & 3] & fg) ^ bg; in draw_byte_16()
560 unsigned int *eb = (int *)expand_bits_8; in draw_byte_8() local
565 base[0] = (eb[bits >> 4] & fg) ^ bg; in draw_byte_8()
566 base[1] = (eb[bits & 0xf] & fg) ^ bg; in draw_byte_8()
/arch/ia64/kernel/
Dmca_drv.c423 if (pbci->eb) in is_mca_global()
583 if (psp->bc && pbci->eb && pbci->bsi == 0) { in recover_from_platform_error()
701 if (pbci->eb && pbci->bsi > 0) in recover_from_processor_error()
/arch/unicore32/include/asm/
Dassembler.h83 .else; .ifc \cond, eb
/arch/ia64/include/asm/
Dpal.h575 eb : 1, /* External bus error */ member
743 #define pmci_bus_external_error pme_bus.eb
/arch/x86/kvm/
Dvmx.c1382 u32 eb; in update_exception_bitmap() local
1384 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in update_exception_bitmap()
1389 eb |= 1u << BP_VECTOR; in update_exception_bitmap()
1391 eb = ~0; in update_exception_bitmap()
1393 eb &= ~(1u << PF_VECTOR); /* bypass_guest_pf = 0 */ in update_exception_bitmap()
1395 eb &= ~(1u << NM_VECTOR); in update_exception_bitmap()
1403 eb |= get_vmcs12(vcpu)->exception_bitmap; in update_exception_bitmap()
1405 vmcs_write32(EXCEPTION_BITMAP, eb); in update_exception_bitmap()
/arch/x86/lib/
Dx86-opcode-map.txt288 eb: JMP-short Jb (f64)
572 eb: por Pq,Qq | vpor Vx,Hx,Wx (66),(v1)