Home
last modified time | relevance | path

Searched refs:offset_high (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsys_ia32.c55 unsigned long, offset_low, unsigned long, offset_high) in SYSCALL_DEFINE3()
58 ((loff_t) offset_high << 32) | offset_low); in SYSCALL_DEFINE3()
62 unsigned long, offset_low, unsigned long, offset_high) in SYSCALL_DEFINE3()
64 return ksys_ftruncate(fd, ((loff_t) offset_high << 32) | offset_low); in SYSCALL_DEFINE3()
88 __u32, offset_high, __u32, len_low, __u32, len_high, in SYSCALL_DEFINE6()
92 (((u64)offset_high)<<32) | offset_low, in SYSCALL_DEFINE6()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsys_ia32.c55 unsigned long, offset_low, unsigned long, offset_high) in SYSCALL_DEFINE3()
58 ((loff_t) offset_high << 32) | offset_low); in SYSCALL_DEFINE3()
62 unsigned long, offset_low, unsigned long, offset_high) in SYSCALL_DEFINE3()
64 return ksys_ftruncate(fd, ((loff_t) offset_high << 32) | offset_low); in SYSCALL_DEFINE3()
88 __u32, offset_high, __u32, len_low, __u32, len_high, in SYSCALL_DEFINE6()
92 (((u64)offset_high)<<32) | offset_low, in SYSCALL_DEFINE6()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsyscalls.c114 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low, in ppc_fadvise64_64() argument
117 return ksys_fadvise64_64(fd, (u64)offset_high << 32 | offset_low, in ppc_fadvise64_64()
H A Dsys_ppc32.c100 long ppc32_fadvise64(int fd, u32 unused, u32 offset_high, u32 offset_low, in ppc32_fadvise64() argument
103 return ksys_fadvise64_64(fd, (u64)offset_high << 32 | offset_low, len, in ppc32_fadvise64()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Ddesc_defs.h90 u32 offset_high; member
101 ((unsigned long) g->offset_high << 32); in gate_offset()
H A Ddesc.h92 gate->offset_high = (u32) (func >> 32); in pack_gate()
408 gate->offset_high = (u32) (addr >> 32); in idt_init_desc()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsyscalls.c104 int, fd, int, advice, u32, offset_high, u32, offset_low, in SYSCALL_DEFINE6()
107 return ksys_fadvise64_64(fd, merge_64(offset_high, offset_low), in SYSCALL_DEFINE6()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Ddesc_defs.h90 u32 offset_high; member
101 ((unsigned long) g->offset_high << 32); in gate_offset()
H A Ddesc.h93 gate->offset_high = (u32) (func >> 32); in pack_gate()
429 gate->offset_high = (u32) (addr >> 32); in idt_init_desc()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dlinux32.c65 SYSCALL_DEFINE5(32_llseek, unsigned int, fd, unsigned int, offset_high,
69 return sys_llseek(fd, offset_high, offset_low, result, origin);
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dlinux32.c65 SYSCALL_DEFINE5(32_llseek, unsigned int, fd, unsigned int, offset_high,
69 return sys_llseek(fd, offset_high, offset_low, result, origin);
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Didt_64.c19 entry.offset_high = (u32)(address >> 32); in set_idt_entry()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Didt_64.c19 entry.offset_high = (u32)(address >> 32); in set_idt_entry()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Def100.c284 u32 offset_high = 0; in ef100_pci_parse_xilinx_cap() local
316 rc = ef100_pci_get_config_bits(efx, vndr_cap, TBL_OFF_HI, &offset_high); in ef100_pci_parse_xilinx_cap()
326 (((u64)offset_high) << ESE_GZ_VSEC_TBL_OFF_HI_BYTES_SHIFT); in ef100_pci_parse_xilinx_cap()
/kernel/linux/linux-5.10/drivers/net/ipa/
H A Dipa_cmd.c460 u16 offset_high; in ipa_cmd_register_write_add() local
470 offset_high = (u16)u32_get_bits(offset, GENMASK(19, 16)); in ipa_cmd_register_write_add()
474 flags = u16_encode_bits(offset_high, in ipa_cmd_register_write_add()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Def100.c284 u32 offset_high = 0; in ef100_pci_parse_xilinx_cap() local
316 rc = ef100_pci_get_config_bits(efx, vndr_cap, TBL_OFF_HI, &offset_high); in ef100_pci_parse_xilinx_cap()
326 (((u64)offset_high) << ESE_GZ_VSEC_TBL_OFF_HI_BYTES_SHIFT); in ef100_pci_parse_xilinx_cap()
/kernel/linux/linux-6.6/drivers/net/ipa/
H A Dipa_cmd.c449 u16 offset_high; in ipa_cmd_register_write_add() local
459 offset_high = (u16)u32_get_bits(offset, GENMASK(19, 16)); in ipa_cmd_register_write_add()
463 flags = u16_encode_bits(offset_high, in ipa_cmd_register_write_add()
/kernel/linux/linux-5.10/tools/firewire/
H A Dnosy-dump.h87 uint32_t offset_high:16; member
H A Ddecode-fcp.c179 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp()
/kernel/linux/linux-6.6/tools/firewire/
H A Dnosy-dump.h87 uint32_t offset_high:16; member
H A Ddecode-fcp.c179 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c44 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_read_nvm()
147 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_update_nvm()
175 cmd->offset_high = 0; in ice_aq_erase_nvm()
1137 cmd->offset_high = (u8)((cmd_flags >> 8) & 0xFF); in ice_nvm_write_activate()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c42 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_read_nvm()
146 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_update_nvm()
175 cmd->offset_high = 0; in ice_aq_erase_nvm()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsyscalls.h142 u32 offset_high, u32 offset_low,
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dasm-prototypes.h106 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low,

Completed in 17 milliseconds

12