/kernel/linux/linux-5.10/arch/mips/boot/ |
H A D | elf2ecoff.c | 162 #define swab32(x) \ macro 173 e->e_version = swab32(e->e_version); in convert_elf_hdr() 174 e->e_entry = swab32(e->e_entry); in convert_elf_hdr() 175 e->e_phoff = swab32(e->e_phoff); in convert_elf_hdr() 176 e->e_shoff = swab32(e->e_shoff); in convert_elf_hdr() 177 e->e_flags = swab32(e->e_flags); in convert_elf_hdr() 191 p->p_type = swab32(p->p_type); in convert_elf_phdrs() 192 p->p_offset = swab32(p->p_offset); in convert_elf_phdrs() 193 p->p_vaddr = swab32(p->p_vaddr); in convert_elf_phdrs() 194 p->p_paddr = swab32( in convert_elf_phdrs() [all...] |
/kernel/linux/linux-6.6/arch/mips/boot/ |
H A D | elf2ecoff.c | 162 #define swab32(x) \ macro 173 e->e_version = swab32(e->e_version); in convert_elf_hdr() 174 e->e_entry = swab32(e->e_entry); in convert_elf_hdr() 175 e->e_phoff = swab32(e->e_phoff); in convert_elf_hdr() 176 e->e_shoff = swab32(e->e_shoff); in convert_elf_hdr() 177 e->e_flags = swab32(e->e_flags); in convert_elf_hdr() 191 p->p_type = swab32(p->p_type); in convert_elf_phdrs() 192 p->p_offset = swab32(p->p_offset); in convert_elf_phdrs() 193 p->p_vaddr = swab32(p->p_vaddr); in convert_elf_phdrs() 194 p->p_paddr = swab32( in convert_elf_phdrs() [all...] |
/kernel/linux/linux-5.10/net/tipc/ |
H A D | subscr.h | 99 (swap_ ? swab32(val__) : val__); \ 109 (sub__)->field_ = swap_ ? swab32(val__) : val__; \ 119 (evt__)->field_ = swap_ ? swab32(val__) : val__; \
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | subscr.h | 99 (swap_ ? swab32(val__) : val__); \ 109 (sub__)->field_ = swap_ ? swab32(val__) : val__; \ 119 (evt__)->field_ = swap_ ? swab32(val__) : val__; \
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | xz_config.h | 18 return swab32(*q); in swab32p() 23 #define cpu_to_be32(x) swab32(x)
|
H A D | of.h | 32 #define cpu_to_be32(x) swab32(x) 33 #define be32_to_cpu(x) swab32(x)
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | of.h | 32 #define cpu_to_be32(x) swab32(x) 33 #define be32_to_cpu(x) swab32(x)
|
H A D | xz_config.h | 18 return swab32(*q); in swab32p() 23 #define cpu_to_be32(x) swab32(x)
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | inst.h | 45 return ppc_inst_prefix(swab32(ppc_inst_val(x)), in ppc_inst_swab() 46 swab32(ppc_inst_suffix(x))); in ppc_inst_swab() 83 return ppc_inst(swab32(ppc_inst_val(x))); in ppc_inst_swab()
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | ops-lantiq.c | 47 ltq_w32(swab32(*data), ((u32 *)cfg_base)); in ltq_pci_config_access() 50 *data = swab32(*data); in ltq_pci_config_access() 58 temp = swab32(temp); in ltq_pci_config_access()
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | ops-lantiq.c | 47 ltq_w32(swab32(*data), ((u32 *)cfg_base)); in ltq_pci_config_access() 50 *data = swab32(*data); in ltq_pci_config_access() 58 temp = swab32(temp); in ltq_pci_config_access()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/numachip/ |
H A D | numachip_csr.h | 47 return swab32(readl(lcsr_address(offset))); in read_lcsr() 52 writel(swab32(val), lcsr_address(offset)); in write_lcsr()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/numachip/ |
H A D | numachip_csr.h | 47 return swab32(readl(lcsr_address(offset))); in read_lcsr() 52 writel(swab32(val), lcsr_address(offset)); in write_lcsr()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | ibmphp_hpc.c | 154 wpg_data = swab32(data); // swap data before writing in i2c_ctrl_read() 161 wpg_data = swab32(data); in i2c_ctrl_read() 169 wpg_data = swab32(data); in i2c_ctrl_read() 180 data = swab32(wpg_data); in i2c_ctrl_read() 196 data = swab32(wpg_data); in i2c_ctrl_read() 210 data = swab32(wpg_data); in i2c_ctrl_read() 265 wpg_data = swab32(data); // swap data before writing in i2c_ctrl_write() 272 wpg_data = swab32(data); in i2c_ctrl_write() 280 wpg_data = swab32(data); in i2c_ctrl_write() 291 data = swab32(wpg_dat in i2c_ctrl_write() [all...] |
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | ibmphp_hpc.c | 154 wpg_data = swab32(data); // swap data before writing in i2c_ctrl_read() 161 wpg_data = swab32(data); in i2c_ctrl_read() 169 wpg_data = swab32(data); in i2c_ctrl_read() 180 data = swab32(wpg_data); in i2c_ctrl_read() 196 data = swab32(wpg_data); in i2c_ctrl_read() 210 data = swab32(wpg_data); in i2c_ctrl_read() 265 wpg_data = swab32(data); // swap data before writing in i2c_ctrl_write() 272 wpg_data = swab32(data); in i2c_ctrl_write() 280 wpg_data = swab32(data); in i2c_ctrl_write() 291 data = swab32(wpg_dat in i2c_ctrl_write() [all...] |
/kernel/linux/linux-5.10/arch/arm/vdso/ |
H A D | vdsomunge.c | 52 #define swab32(x) \ macro 103 return swap ? swab32(word) : word; in read_elf_word() 113 *dst = swap ? swab32(val) : val; in write_elf_word()
|
/kernel/linux/linux-6.6/arch/arm/vdso/ |
H A D | vdsomunge.c | 52 #define swab32(x) \ macro 103 return swap ? swab32(word) : word; in read_elf_word() 113 *dst = swap ? swab32(val) : val; in write_elf_word()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_macsec.c | 44 mac[0] = swab32(tmp[1]); in aq_ether_addr_to_mac() 45 mac[1] = swab32(tmp[0]); in aq_ether_addr_to_mac() 105 (*key)[0] = swab32(tmp[3]); in aq_rotate_keys() 106 (*key)[1] = swab32(tmp[2]); in aq_rotate_keys() 107 (*key)[2] = swab32(tmp[1]); in aq_rotate_keys() 108 (*key)[3] = swab32(tmp[0]); in aq_rotate_keys() 110 (*key)[0] = swab32(tmp[5]); in aq_rotate_keys() 111 (*key)[1] = swab32(tmp[4]); in aq_rotate_keys() 112 (*key)[2] = swab32(tmp[3]); in aq_rotate_keys() 113 (*key)[3] = swab32(tm in aq_rotate_keys() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_macsec.c | 44 mac[0] = swab32(tmp[1]); in aq_ether_addr_to_mac() 45 mac[1] = swab32(tmp[0]); in aq_ether_addr_to_mac() 105 (*key)[0] = swab32(tmp[3]); in aq_rotate_keys() 106 (*key)[1] = swab32(tmp[2]); in aq_rotate_keys() 107 (*key)[2] = swab32(tmp[1]); in aq_rotate_keys() 108 (*key)[3] = swab32(tmp[0]); in aq_rotate_keys() 110 (*key)[0] = swab32(tmp[5]); in aq_rotate_keys() 111 (*key)[1] = swab32(tmp[4]); in aq_rotate_keys() 112 (*key)[2] = swab32(tmp[3]); in aq_rotate_keys() 113 (*key)[3] = swab32(tm in aq_rotate_keys() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | catas.c | 106 comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm + in mlx4_reset_slave() 135 comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm + in mlx4_reset_slave() 229 i, swab32(readl(priv->catas_err.map + i))); in dump_err_buf() 239 slave_read = swab32(readl(&priv->mfunc.comm->slave_read)); in poll_catas()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | catas.c | 106 comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm + in mlx4_reset_slave() 135 comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm + in mlx4_reset_slave() 234 i, swab32(readl(priv->catas_err.map + i))); in dump_err_buf() 244 slave_read = swab32(readl(&priv->mfunc.comm->slave_read)); in poll_catas()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | io_no.h | 78 return swab32(__raw_readl(addr)); in readl() 96 __raw_writel(swab32(value), addr); in writel()
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | io_no.h | 78 return swab32(__raw_readl(addr)); in readl() 96 __raw_writel(swab32(value), addr); in writel()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | serpent_generic.c | 598 rs[0] = swab32(s[3]); in tnepres_encrypt() 599 rs[1] = swab32(s[2]); in tnepres_encrypt() 600 rs[2] = swab32(s[1]); in tnepres_encrypt() 601 rs[3] = swab32(s[0]); in tnepres_encrypt() 605 d[0] = swab32(rd[3]); in tnepres_encrypt() 606 d[1] = swab32(rd[2]); in tnepres_encrypt() 607 d[2] = swab32(rd[1]); in tnepres_encrypt() 608 d[3] = swab32(rd[0]); in tnepres_encrypt() 618 rs[0] = swab32(s[3]); in tnepres_decrypt() 619 rs[1] = swab32( in tnepres_decrypt() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | inst.h | 94 return ppc_inst_prefix(swab32(ppc_inst_val(x)), swab32(ppc_inst_suffix(x))); in ppc_inst_swab()
|