| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_hash.h | 87 unsigned int hmask) in __xfrm_dst_hash() argument 98 return (h ^ (h >> 16)) & hmask; in __xfrm_dst_hash() 104 unsigned int hmask) in __xfrm_src_hash() argument 115 return (h ^ (h >> 16)) & hmask; in __xfrm_src_hash() 120 unsigned short family, unsigned int hmask) in __xfrm_spi_hash() argument 131 return (h ^ (h >> 10) ^ (h >> 20)) & hmask; in __xfrm_spi_hash() 134 static inline unsigned int __idx_hash(u32 index, unsigned int hmask) in __idx_hash() argument 136 return (index ^ (index >> 8)) & hmask; in __idx_hash() 140 unsigned short family, unsigned int hmask, in __sel_hash() argument 151 return hmask + 1; in __sel_hash() [all …]
|
| H A D | xfrm_policy.c | 492 unsigned int hmask = net->xfrm.policy_bydst[dir].hmask; in policy_hash_bysel() local 498 hash = __sel_hash(sel, family, hmask, dbits, sbits); in policy_hash_bysel() 500 if (hash == hmask + 1) in policy_hash_bysel() 512 unsigned int hmask = net->xfrm.policy_bydst[dir].hmask; in policy_hash_direct() local 518 hash = __addr_hash(daddr, saddr, family, hmask, dbits, sbits); in policy_hash_direct() 583 unsigned int hmask = net->xfrm.policy_bydst[dir].hmask; in xfrm_bydst_resize() local 584 unsigned int nhashmask = xfrm_new_hash_mask(hmask); in xfrm_bydst_resize() 599 for (i = hmask; i >= 0; i--) in xfrm_bydst_resize() 603 net->xfrm.policy_bydst[dir].hmask = nhashmask; in xfrm_bydst_resize() 610 xfrm_hash_free(odst, (hmask + 1) * sizeof(struct hlist_head)); in xfrm_bydst_resize() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/fpu/ |
| H A D | internal.h | 227 #define XSTATE_OP(op, st, lmask, hmask, err) \ argument 237 : "D" (st), "m" (*st), "a" (lmask), "d" (hmask) \ 254 #define XSTATE_XSAVE(st, lmask, hmask, err) \ argument 267 : "D" (st), "m" (*st), "a" (lmask), "d" (hmask) \ 274 #define XSTATE_XRESTORE(st, lmask, hmask) \ argument 281 : "D" (st), "m" (*st), "a" (lmask), "d" (hmask) \ 292 u32 hmask = mask >> 32; in copy_kernel_to_xregs_booting() local 298 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err); in copy_kernel_to_xregs_booting() 300 XSTATE_OP(XRSTOR, xstate, lmask, hmask, err); in copy_kernel_to_xregs_booting() 316 u32 hmask = mask >> 32; in copy_xregs_to_kernel() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/lib/ |
| H A D | do_csum.S | 95 #define hmask r16 macro 141 mov hmask=-1 // initialize head mask 169 shl hmask=hmask,tmp2 // build head mask, mask off [0,first1off[ 175 (p8) and hmask=hmask,tmask // apply tail mask to head mask if 1 word only 181 and word1[0]=firstval,hmask // and mask it as appropriate
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | inetdevice.h | 209 __u32 hmask; in bad_mask() local 212 hmask = ntohl(mask); in bad_mask() 213 if (hmask & (hmask+1)) in bad_mask() 291 __u32 hmask = ntohl(mask); in inet_mask_len() local 292 if (!hmask) in inet_mask_len() 294 return 32 - ffz(~hmask); in inet_mask_len()
|
| H A D | pagewalk.h | 50 int (*hugetlb_entry)(pte_t *pte, unsigned long hmask,
|
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | tlbflush.c | 20 struct cpumask hmask; in __sbi_tlb_flush_range() local 35 riscv_cpuid_to_hartid_mask(cmask, &hmask); in __sbi_tlb_flush_range() 36 sbi_remote_sfence_vma(cpumask_bits(&hmask), start, size); in __sbi_tlb_flush_range()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/ |
| H A D | xstate.c | 1295 u32 lmask, hmask; in copy_supervisor_to_kernel() local 1308 hmask = xfeatures_mask_supervisor() >> 32; in copy_supervisor_to_kernel() 1309 XSTATE_OP(XSAVES, xstate, lmask, hmask, err); in copy_supervisor_to_kernel() 1359 u32 lmask, hmask; in copy_dynamic_supervisor_to_kernel() local 1369 hmask = dynamic_mask >> 32; in copy_dynamic_supervisor_to_kernel() 1371 XSTATE_OP(XSAVES, xstate, lmask, hmask, err); in copy_dynamic_supervisor_to_kernel() 1395 u32 lmask, hmask; in copy_kernel_to_dynamic_supervisor() local 1405 hmask = dynamic_mask >> 32; in copy_kernel_to_dynamic_supervisor() 1407 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err); in copy_kernel_to_dynamic_supervisor()
|
| /OK3568_Linux_fs/buildroot/package/dhcpdump/ |
| H A D | 0001-use-non-bsd-structures.patch | 15 - if (hmask && check_ch((u_char *)(sp + offset), ntohs(udp->uh_ulen))) 16 + if (hmask && check_ch((u_char *)(sp + offset), ntohs(udp->len)))
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s32/ |
| H A D | mmu.c | 403 unsigned int hmask = Hash_mask >> (16 - LG_HPTEG_SIZE); in MMU_init_hw_patch() local 422 modify_instruction_site(&patch__hash_page_B, 0xffff, hmask); in MMU_init_hw_patch() 423 modify_instruction_site(&patch__hash_page_C, 0xffff, hmask); in MMU_init_hw_patch() 431 modify_instruction_site(&patch__flush_hash_B, 0xffff, hmask); in MMU_init_hw_patch()
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | fsl_ucc_hdlc.h | 56 __be16 hmask; member 105 unsigned short hmask; member
|
| H A D | fsl_ucc_hdlc.c | 280 iowrite16be(priv->hmask, &priv->ucc_pram->hmask); in uhdlc_init() 1213 if (of_property_read_u16(np, "fsl,hmask", &uhdlc_priv->hmask)) in ucc_hdlc_probe() 1214 uhdlc_priv->hmask = DEFAULT_ADDR_MASK; in ucc_hdlc_probe()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | pagewalk.c | 251 unsigned long hmask = huge_page_mask(h); in walk_hugetlb_range() local 259 pte = huge_pte_offset(walk->mm, addr & hmask, sz); in walk_hugetlb_range() 262 err = ops->hugetlb_entry(pte, hmask, addr, next, walk); in walk_hugetlb_range()
|
| H A D | hmm.c | 472 static int hmm_vma_walk_hugetlb_entry(pte_t *pte, unsigned long hmask, in hmm_vma_walk_hugetlb_entry() argument 500 pfn = pte_pfn(entry) + ((start & ~hmask) >> PAGE_SHIFT); in hmm_vma_walk_hugetlb_entry()
|
| H A D | mincore.c | 24 static int mincore_hugetlb(pte_t *pte, unsigned long hmask, unsigned long addr, in mincore_hugetlb() argument
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
| H A D | network.txt | 101 - fsl,hmask 106 fsl,hmask = /bits/ 16 <0x0000>;
|
| /OK3568_Linux_fs/kernel/include/net/netns/ |
| H A D | xfrm.h | 17 unsigned int hmask; member
|
| /OK3568_Linux_fs/kernel/include/media/tpg/ |
| H A D | v4l2-tpg.h | 195 unsigned hmask[TPG_MAX_PLANES]; member 441 return ((x / tpg->hdownsampling[plane]) & tpg->hmask[plane]) * in tpg_hdiv()
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | vaddr.c | 434 static int damon_mkold_hugetlb_entry(pte_t *pte, unsigned long hmask, in damon_mkold_hugetlb_entry() argument 560 static int damon_young_hugetlb_entry(pte_t *pte, unsigned long hmask, in damon_young_hugetlb_entry() argument
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | task_mmu.c | 758 static int smaps_hugetlb_range(pte_t *pte, unsigned long hmask, in smaps_hugetlb_range() argument 1587 static int pagemap_hugetlb_range(pte_t *ptep, unsigned long hmask, in pagemap_hugetlb_range() argument 1613 ((addr & ~hmask) >> PAGE_SHIFT); in pagemap_hugetlb_range() 1915 static int gather_hugetlb_stats(pte_t *pte, unsigned long hmask, in gather_hugetlb_stats() argument 1935 static int gather_hugetlb_stats(pte_t *pte, unsigned long hmask, in gather_hugetlb_stats() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/abm/ |
| H A D | cls.c | 45 if (knode->sel->hoff || knode->sel->hmask) { in nfp_abm_u32_check_knode()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_x550.c | 3703 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_acquire_swfw_sync_x550em_a() local 3709 if (hmask) in ixgbe_acquire_swfw_sync_x550em_a() 3710 status = ixgbe_acquire_swfw_sync_X540(hw, hmask); in ixgbe_acquire_swfw_sync_x550em_a() 3719 if (hmask) in ixgbe_acquire_swfw_sync_x550em_a() 3720 ixgbe_release_swfw_sync_X540(hw, hmask); in ixgbe_acquire_swfw_sync_x550em_a() 3738 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_release_swfw_sync_x550em_a() local 3743 if (hmask) in ixgbe_release_swfw_sync_x550em_a() 3744 ixgbe_release_swfw_sync_X540(hw, hmask); in ixgbe_release_swfw_sync_x550em_a()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | pkt_cls.h | 182 __be32 hmask; member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | pkt_cls.h | 182 __be32 hmask; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | pkt_cls.h | 182 __be32 hmask; member
|