Home
last modified time | relevance | path

Searched refs:l64 (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dreg_ld_str.c98 unsigned m64, l64; in FPU_load_double() local
103 FPU_get_user(l64, (unsigned long __user *)dfloat); in FPU_load_double()
111 if ((m64 == 0) && (l64 == 0)) { in FPU_load_double()
121 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
122 loaded_data->sigl = l64 << 11; in FPU_load_double()
127 if ((m64 == 0) && (l64 == 0)) { in FPU_load_double()
135 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
136 loaded_data->sigl = l64 << 11; in FPU_load_double()
144 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
145 loaded_data->sigl = l64 << 1 in FPU_load_double()
[all...]
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dreg_ld_str.c98 unsigned m64, l64; in FPU_load_double() local
103 FPU_get_user(l64, (unsigned long __user *)dfloat); in FPU_load_double()
111 if ((m64 == 0) && (l64 == 0)) { in FPU_load_double()
121 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
122 loaded_data->sigl = l64 << 11; in FPU_load_double()
127 if ((m64 == 0) && (l64 == 0)) { in FPU_load_double()
135 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
136 loaded_data->sigl = l64 << 11; in FPU_load_double()
144 loaded_data->sigh |= l64 >> 21; in FPU_load_double()
145 loaded_data->sigl = l64 << 1 in FPU_load_double()
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dheaders_check.pl95 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
148 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
/kernel/linux/linux-6.6/usr/include/
H A Dheaders_check.pl95 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
148 if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dtypes.h14 * This is here because we used to use l64 for alpha
22 #include <asm-generic/int-l64.h>
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dtypes.h14 * This is here because we used to use l64 for alpha
22 #include <asm-generic/int-l64.h>
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dtypes.h22 #include <asm-generic/int-l64.h>
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dtypes.h22 #include <asm-generic/int-l64.h>
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dtypes.h16 * We don't use int-l64.h for the kernel anymore but still use it for
24 # include <asm-generic/int-l64.h>
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dtypes.h16 * We don't use int-l64.h for the kernel anymore but still use it for
24 # include <asm-generic/int-l64.h>
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dtypes.h19 #include <asm-generic/int-l64.h>
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H A Dtypes.h18 * This is here because we used to use l64 for 64bit powerpc
26 # include <asm-generic/int-l64.h>
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dtypes.h19 #include <asm-generic/int-l64.h>
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H A Dtypes.h18 * This is here because we used to use l64 for 64bit powerpc
26 # include <asm-generic/int-l64.h>
/kernel/linux/linux-5.10/drivers/pci/
H A Dprobe.c180 u64 l64, sz64, mask64; in __pci_read_base() local
222 l64 = l & PCI_BASE_ADDRESS_IO_MASK; in __pci_read_base()
226 l64 = l & PCI_BASE_ADDRESS_MEM_MASK; in __pci_read_base()
233 l64 = l & PCI_ROM_ADDRESS_MASK; in __pci_read_base()
244 l64 |= ((u64)l << 32); in __pci_read_base()
255 sz64 = pci_size(l64, sz64, mask64); in __pci_read_base()
279 pos, (unsigned long long)l64); in __pci_read_base()
284 region.start = l64; in __pci_read_base()
285 region.end = l64 + sz64 - 1; in __pci_read_base()
/kernel/linux/linux-6.6/drivers/pci/
H A Dprobe.c180 u64 l64, sz64, mask64; in __pci_read_base() local
222 l64 = l & PCI_BASE_ADDRESS_IO_MASK; in __pci_read_base()
226 l64 = l & PCI_BASE_ADDRESS_MEM_MASK; in __pci_read_base()
233 l64 = l & PCI_ROM_ADDRESS_MASK; in __pci_read_base()
244 l64 |= ((u64)l << 32); in __pci_read_base()
255 sz64 = pci_size(l64, sz64, mask64); in __pci_read_base()
279 pos, (unsigned long long)l64); in __pci_read_base()
284 region.start = l64; in __pci_read_base()
285 region.end = l64 + sz64 - 1; in __pci_read_base()
/kernel/linux/linux-5.10/drivers/char/agp/
H A Dintel-gtt.c1057 u64 l64; in intel_i965_g33_setup_chipset_flush() local
1060 l64 = ((u64)temp_hi << 32) | temp_lo; in intel_i965_g33_setup_chipset_flush()
1063 intel_private.ifp_resource.start = l64; in intel_i965_g33_setup_chipset_flush()
1064 intel_private.ifp_resource.end = l64 + PAGE_SIZE; in intel_i965_g33_setup_chipset_flush()
/kernel/linux/linux-6.6/drivers/char/agp/
H A Dintel-gtt.c1055 u64 l64; in intel_i965_g33_setup_chipset_flush() local
1058 l64 = ((u64)temp_hi << 32) | temp_lo; in intel_i965_g33_setup_chipset_flush()
1061 intel_private.ifp_resource.start = l64; in intel_i965_g33_setup_chipset_flush()
1062 intel_private.ifp_resource.end = l64 + PAGE_SIZE; in intel_i965_g33_setup_chipset_flush()

Completed in 18 milliseconds