/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | regs_load.S | 9 #define DI 5 * 8 define 37 movq %rdi, DI(%rdi) 74 movl %eax, DI(%edi)
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A D | regs_load.S | 9 #define DI 5 * 8 define 37 movq %rdi, DI(%rdi) 74 movl %eax, DI(%edi)
|
/kernel/linux/linux-5.10/arch/h8300/lib/ |
H A D | libgcc.h | 64 typedef int DItype __attribute__ ((mode (DI))); 65 typedef unsigned int UDItype __attribute__ ((mode (DI)));
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
H A D | unwind-libdw.c | 28 dwarf_regs[7] = REG(DI); in libdw__arch_set_initial_registers() 37 dwarf_regs[5] = REG(DI); in libdw__arch_set_initial_registers()
|
H A D | perf_regs.c | 19 SMPL_REG(DI, PERF_REG_X86_DI),
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | unwind-libdw.c | 29 dwarf_regs[7] = REG(DI); in libdw__arch_set_initial_registers() 38 dwarf_regs[5] = REG(DI); in libdw__arch_set_initial_registers()
|
H A D | perf_regs.c | 22 SMPL_REG(DI, PERF_REG_X86_DI),
|
/kernel/linux/linux-5.10/include/math-emu/ |
H A D | soft-fp.h | 194 typedef int DItype __attribute__((mode(DI))); 196 typedef unsigned int UDItype __attribute__((mode(DI)));
|
/kernel/linux/linux-6.6/include/math-emu/ |
H A D | soft-fp.h | 194 typedef int DItype __attribute__((mode(DI))); 196 typedef unsigned int UDItype __attribute__((mode(DI)));
|
/kernel/linux/linux-5.10/lib/mpi/ |
H A D | mpi-internal.h | 109 /* Divide the two-limb number in (NH,,NL) by D, with DI being the largest 111 * If this would yield overflow, DI should be the largest possible number 121 _q += (nh); /* DI is 2**BITS_PER_MPI_LIMB too small */ \ 220 typedef int DItype __attribute__ ((mode(DI))); 221 typedef unsigned int UDItype __attribute__ ((mode(DI)));
|
/kernel/linux/linux-6.6/lib/crypto/mpi/ |
H A D | mpi-internal.h | 109 /* Divide the two-limb number in (NH,,NL) by D, with DI being the largest 111 * If this would yield overflow, DI should be the largest possible number 121 _q += (nh); /* DI is 2**BITS_PER_MPI_LIMB too small */ \ 220 typedef int DItype __attribute__ ((mode(DI))); 221 typedef unsigned int UDItype __attribute__ ((mode(DI)));
|
/kernel/linux/linux-5.10/arch/m68k/lib/ |
H A D | ashrdi3.c | 23 typedef int DItype __mode(DI);
|
H A D | lshrdi3.c | 23 typedef int DItype __mode(DI);
|
H A D | ashldi3.c | 23 typedef int DItype __mode(DI);
|
H A D | muldi3.c | 70 typedef int DItype __mode(DI);
|
/kernel/linux/linux-6.6/arch/m68k/lib/ |
H A D | ashrdi3.c | 23 typedef int DItype __mode(DI);
|
H A D | ashldi3.c | 23 typedef int DItype __mode(DI);
|
H A D | lshrdi3.c | 23 typedef int DItype __mode(DI);
|
H A D | muldi3.c | 70 typedef int DItype __mode(DI);
|
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/ |
H A D | process.c | 40 R(DI); in ptrace_reg_name() 66 R(DI); in ptrace_reg_name()
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | signal.c | 174 GETREG(DI, di); in copy_sc_from_user() 253 PUTREG(DI, di); in copy_sc_to_user()
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | signal.c | 175 GETREG(DI, di); in copy_sc_from_user() 254 PUTREG(DI, di); in copy_sc_to_user()
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pinctrl-rzv2m.c | 89 #define DI(n) (0x20 + (n) * 0x40) macro 828 return !!(readl(pctrl->base + DI(port)) & BIT(bit)); in rzv2m_gpio_get()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | perf_event_p4.h | 597 P4_GEN_ESCR_EMASK(P4_EVENT_TC_DELIVER_MODE, DI, 2),
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | perf_event_p4.h | 597 P4_GEN_ESCR_EMASK(P4_EVENT_TC_DELIVER_MODE, DI, 2),
|