| /linux/drivers/net/ethernet/intel/libie/ |
| H A D | controlq.c | 681 struct libie_ctlq_xn *xn; in libie_ctlq_xn_pop_free() local 691 xn = &xnm->ring[free_idx]; in libie_ctlq_xn_pop_free() 697 if (xn->tx_msg && in libie_ctlq_xn_pop_free() 698 data_race(xn->tx_msg->send_mem.pa) == xn->small_dma_mem.pa) in libie_ctlq_xn_pop_free() 703 return xn; in libie_ctlq_xn_pop_free() 717 struct libie_ctlq_xn *xn) in __libie_ctlq_xn_push_free() argument 719 xn->cookie++; in __libie_ctlq_xn_push_free() 720 set_bit(xn->index, xnm->free_xns_bm); in __libie_ctlq_xn_push_free() 737 struct libie_ctlq_xn *xn) in libie_ctlq_xn_push_free() argument 742 can_destroy = __libie_ctlq_xn_push_free(xnm, xn); in libie_ctlq_xn_push_free() [all …]
|
| /linux/arch/arm64/kernel/probes/ |
| H A D | simulate-insn.c | 70 int xn = opcode & 0x1f; in check_cbz() local 73 (get_x_reg(regs, xn) == 0) : (get_w_reg(regs, xn) == 0); in check_cbz() 78 int xn = opcode & 0x1f; in check_cbnz() local 81 (get_x_reg(regs, xn) != 0) : (get_w_reg(regs, xn) != 0); in check_cbnz() 86 int xn = opcode & 0x1f; in check_tbz() local 89 return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) == 0; in check_tbz() 94 int xn = opcode & 0x1f; in check_tbnz() local 97 return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) != 0; in check_tbnz() 106 long imm, xn, val; in simulate_adr_adrp() local 108 xn = opcode & 0x1f; in simulate_adr_adrp() [all …]
|
| /linux/net/netfilter/ |
| H A D | xt_RATEEST.c | 37 static void xt_rateest_hash_insert(struct xt_rateest_net *xn, in xt_rateest_hash_insert() argument 43 hlist_add_head(&est->list, &xn->hash[h]); in xt_rateest_hash_insert() 46 static struct xt_rateest *__xt_rateest_lookup(struct xt_rateest_net *xn, in __xt_rateest_lookup() argument 53 hlist_for_each_entry(est, &xn->hash[h], list) { in __xt_rateest_lookup() 65 struct xt_rateest_net *xn = net_generic(net, xt_rateest_id); in xt_rateest_lookup() local 68 mutex_lock(&xn->hash_lock); in xt_rateest_lookup() 69 est = __xt_rateest_lookup(xn, name); in xt_rateest_lookup() 70 mutex_unlock(&xn->hash_lock); in xt_rateest_lookup() 77 struct xt_rateest_net *xn = net_generic(net, xt_rateest_id); in xt_rateest_put() local 79 mutex_lock(&xn->hash_lock); in xt_rateest_put() [all …]
|
| /linux/drivers/clk/pxa/ |
| H A D | clk-pxa3xx.c | 336 unsigned int xn = (acsr & ACCR_XN_MASK) >> 8; in clk_pxa3xx_run_get_rate() local 343 return t ? (parent_rate / xn) * 2 : parent_rate; in clk_pxa3xx_run_get_rate() 352 unsigned int xn = (acsr & ACCR_XN_MASK) >> 8; in clk_pxa3xx_cpll_get_rate() local 360 pr_info("RJK: parent_rate=%lu, xl=%u, xn=%u\n", parent_rate, xl, xn); in clk_pxa3xx_cpll_get_rate() 361 return t ? parent_rate * xl * xn : parent_rate * xl; in clk_pxa3xx_cpll_get_rate()
|
| /linux/include/linux/input/ |
| H A D | as5011.h | 12 char xp, xn; /* threshold for x axis */ member
|
| /linux/arch/arm64/kvm/hyp/ |
| H A D | pgtable.c | 680 u8 xn; in stage2_set_xn_attr() local 689 xn = 0b00; in stage2_set_xn_attr() 691 xn = 0b01; in stage2_set_xn_attr() 693 xn = 0b10; in stage2_set_xn_attr() 695 xn = 0b11; in stage2_set_xn_attr() 698 *attr |= FIELD_PREP(KVM_PTE_LEAF_ATTR_HI_S2_XN, xn); in stage2_set_xn_attr() 1360 kvm_pte_t xn = 0, set = 0, clr = 0; in kvm_pgtable_stage2_relax_perms() local 1374 ret = stage2_set_xn_attr(prot, &xn); in kvm_pgtable_stage2_relax_perms() 1378 set |= xn & KVM_PTE_LEAF_ATTR_HI_S2_XN; in kvm_pgtable_stage2_relax_perms() 1379 clr |= ~xn & KVM_PTE_LEAF_ATTR_HI_S2_XN; in kvm_pgtable_stage2_relax_perms()
|
| /linux/tools/testing/selftests/arm64/abi/ |
| H A D | hwcap.c | 686 register void *xn asm ("x8") = src; 690 asm volatile(".inst 0xf83fd100" : "=r" (xt_1) : "r" (xn) 694 asm volatile(".inst 0xf83f9100" : : "r" (xt_1), "r" (xn)
|
| /linux/drivers/iommu/ |
| H A D | io-pgtable-arm-v7s.c | 370 arm_v7s_iopte xn = pte & ARM_V7S_ATTR_XN(lvl); in arm_v7s_pte_to_cont() local 373 pte ^= xn | tex | ARM_V7S_PTE_TYPE_PAGE; in arm_v7s_pte_to_cont() 374 pte |= (xn << ARM_V7S_CONT_PAGE_XN_SHIFT) | in arm_v7s_pte_to_cont()
|
| /linux/drivers/input/joystick/ |
| H A D | as5011.c | 187 error = as5011_i2c_write(client, AS5011_XN, plat_dat->xn); in as5011_configure_chip()
|
| /linux/sound/pci/ |
| H A D | cmipci.c | 605 int xm, xn, xr; in snd_cmipci_pll_rmn() local 614 for (xn = (1+2); xn < (0x1f+2); xn++) { in snd_cmipci_pll_rmn() 616 xr = ((CM_REFFREQ_XIN/adcmult) * xm) / xn; in snd_cmipci_pll_rmn() 630 *n = xn - 2; in snd_cmipci_pll_rmn()
|