Searched refs:es (Results 126 - 150 of 177) sorted by relevance

12345678

/linux-master/arch/s390/kernel/
H A Dperf_event.c132 si.as, si.es, si.cs, si.bsdes, si.tear, si.dear);
H A Dperf_cpum_sf.c1027 debug_sprintf_event(sfdbg, 6, "%s: es %i cs %i ed %i cd %i "
1029 cpuhw->lsctl.es, cpuhw->lsctl.cs, cpuhw->lsctl.ed,
1066 if (si.es) {
1968 if (WARN_ON_ONCE(cpuhw->lsctl.es == 1 || cpuhw->lsctl.ed == 1)) {
1983 cpuhw->lsctl.es = 1;
2004 cpuhw->lsctl.es = 0;
/linux-master/arch/x86/kvm/svm/
H A Dnested.c554 vmcb02->save.es = vmcb12->save.es;
934 to_save->es = from_save->es;
997 vmcb12->save.es = vmcb02->save.es;
/linux-master/arch/x86/um/
H A Dsignal.c172 GETREG(ES, es);
251 PUTREG(ES, es);
/linux-master/arch/arm/boot/dts/marvell/
H A DMakefile79 dove-cubox-es.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/marvell/
H A DMakefile79 dove-cubox-es.dtb \
/linux-master/fs/ext4/
H A Dmigrate.c600 struct ext4_super_block *es = sbi->s_es; local
640 if (ext4_blocks_count(es) > EXT4_MAX_BLOCK_FILE_PHYS ||
/linux-master/arch/x86/hyperv/
H A Divm.c310 asm volatile("movl %%es, %%eax;" : "=a" (vmsa->es.selector));
311 hv_populate_vmcb_seg(vmsa->es, vmsa->gdtr.base);
/linux-master/arch/x86/boot/
H A Dheader.S539 # Force %es = %ds
541 movw %ax, %es
H A Dboot.h231 u16 es, ds; member in struct:biosregs::__anon66::__anon68
/linux-master/arch/x86/kernel/
H A Dprocess.c188 savesegment(es, p->thread.es);
H A Dhead_64.S352 movl %eax,%es
/linux-master/arch/x86/include/asm/
H A Dsvm.h299 struct vmcb_seg es; member in struct:vmcb_save_area
351 struct vmcb_seg es; member in struct:sev_es_save_area
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h146 struct kvm_segment cs, ds, es, fs, gs, ss; member in struct:kvm_sregs
157 struct kvm_segment cs, ds, es, fs, gs, ss; member in struct:kvm_sregs2
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h146 struct kvm_segment cs, ds, es, fs, gs, ss; member in struct:kvm_sregs
157 struct kvm_segment cs, ds, es, fs, gs, ss; member in struct:kvm_sregs2
/linux-master/drivers/usb/host/
H A Dfsl-mph-dr-of.c337 .es = 1,
/linux-master/arch/arm/boot/dts/ti/omap/
H A DMakefile78 omap4-panda-es.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/ti/omap/
H A DMakefile78 omap4-panda-es.dtb \
/linux-master/drivers/mmc/core/
H A Dsd.c262 unsigned int au, es, et, eo; local
298 es = UNSTUFF_BITS(card->raw_ssr, 408 - 384, 16);
300 if (es && et) {
302 card->ssr.erase_timeout = (et * 1000) / es;
/linux-master/arch/x86/xen/
H A Dsmp_pv.c254 ctxt->user_regs.es = __USER_DS;
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h475 uint16_t es; local
477 __asm__ __volatile__("mov %%es, %[es]"
478 : /* output */ [es]"=rm"(es));
479 return es;
1069 * Assert on an MSR access(es) and pretty print the MSR name when possible.
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h195 __BITFIELD_FIELD(uint32_t es:1,
/linux-master/drivers/spi/
H A Dspi-mtk-snfi.c368 u32 i, val = 0, es = sizeof(u32); local
371 if (i == reg || i % es == 0)
372 val = nfi_read32(snf, i & ~(es - 1));
374 *data++ = (u8)(val >> (8 * (i % es)));
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c396 for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++)
751 for (i = 0; i < hw->blk[ICE_BLK_SW].es.fvw; i++) {
852 for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++)
857 if (j >= hw->blk[ICE_BLK_SW].es.fvw)
/linux-master/arch/mips/pci/
H A Dpcie-octeon.c49 uint64_t es:2; /* Endian swap = 1 */ member in struct:cvmx_pcie_address::__anon1
80 uint64_t es:2; /* Endian swap = 1 */ member in struct:cvmx_pcie_address::__anon2
113 pcie_addr.io.es = 1;
250 pcie_addr.config.es = 1;

Completed in 644 milliseconds

12345678