| /linux-6.15/arch/arm64/kernel/probes/ |
| H A D | simulate-insn.c | 54 int xn = opcode & 0x1f; in check_cbz() local 57 (get_x_reg(regs, xn) == 0) : (get_w_reg(regs, xn) == 0); in check_cbz() 62 int xn = opcode & 0x1f; in check_cbnz() local 65 (get_x_reg(regs, xn) != 0) : (get_w_reg(regs, xn) != 0); in check_cbnz() 70 int xn = opcode & 0x1f; in check_tbz() local 78 int xn = opcode & 0x1f; in check_tbnz() local 90 long imm, xn, val; in simulate_adr_adrp() local 92 xn = opcode & 0x1f; in simulate_adr_adrp() 100 set_x_reg(regs, xn, val); in simulate_adr_adrp() 175 int xn = opcode & 0x1f; in simulate_ldr_literal() local [all …]
|
| /linux-6.15/net/netfilter/ |
| H A D | xt_RATEEST.c | 68 mutex_lock(&xn->hash_lock); in xt_rateest_lookup() 70 mutex_unlock(&xn->hash_lock); in xt_rateest_lookup() 79 mutex_lock(&xn->hash_lock); in xt_rateest_put() 89 mutex_unlock(&xn->hash_lock); in xt_rateest_put() 123 mutex_lock(&xn->hash_lock); in xt_rateest_tg_checkentry() 126 mutex_unlock(&xn->hash_lock); in xt_rateest_tg_checkentry() 164 xt_rateest_hash_insert(xn, est); in xt_rateest_tg_checkentry() 165 mutex_unlock(&xn->hash_lock); in xt_rateest_tg_checkentry() 171 mutex_unlock(&xn->hash_lock); in xt_rateest_tg_checkentry() 214 mutex_init(&xn->hash_lock); in xt_rateest_net_init() [all …]
|
| /linux-6.15/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_virtchnl.c | 364 xn->idx = i; in idpf_vc_xn_init() 422 return xn; in idpf_vc_xn_pop_free() 462 if (!xn) in idpf_vc_xn_exec() 479 xn->idx, xn->vc_op); in idpf_vc_xn_exec() 483 xn->reply_sz = 0; in idpf_vc_xn_exec() 569 xn->reply_sz = 0; in idpf_vc_xn_forward_async() 575 err = xn->async_handler(adapter, xn, ctlq_msg); in idpf_vc_xn_forward_async() 580 xn->reply_sz = 0; in idpf_vc_xn_forward_async() 621 xn->vc_op, xn->salt, xn->state, in idpf_vc_xn_forward_reply() 679 if (xn->reply.iov_base && xn->reply.iov_len && payload_size) in idpf_vc_xn_forward_reply() [all …]
|
| /linux-6.15/tools/testing/selftests/arm64/fp/ |
| H A D | sve-test.S | 24 .macro _sve_ldr_v zt, xn argument 25 ldr z\zt, [x\xn] 28 .macro _sve_str_v zt, xn argument 29 str z\zt, [x\xn] 32 .macro _sve_ldr_p pt, xn argument 33 ldr p\pt, [x\xn] 36 .macro _sve_str_p pt, xn argument 37 str p\pt, [x\xn] 92 .macro _adrz xd, xn, nrtmp 99 .macro _adrp xd, xn, nrtmp [all …]
|
| H A D | fpsimd-test.S | 66 .macro _adrv xd, xn, nrtmp 69 madd \xd, x\nrtmp, \xn, \xd
|
| H A D | za-test.S | 76 .macro _adrza xd, xn, nrtmp 79 madd \xd, x\nrtmp, \xn, \xd
|
| /linux-6.15/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-6.15/include/linux/input/ |
| H A D | as5011.h | 12 char xp, xn; /* threshold for x axis */ member
|
| /linux-6.15/sound/pci/ |
| H A D | sonicvibes.c | 473 unsigned int xm, xn, xr, xd, metric = ~0U; in snd_sonicvibes_pll() local 481 for (xn = 3; xn < 33; xn++) /* 35 */ in snd_sonicvibes_pll() 483 xr = ((SV_REFFREQUENCY / SV_ADCMULT) * xm) / xn; in snd_sonicvibes_pll() 491 n = xn - 2; in snd_sonicvibes_pll() 499 "metric = %i, xm = %i, xn = %i\n", metric, xm, xn); in snd_sonicvibes_pll()
|
| 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()
|
| /linux-6.15/Documentation/devicetree/bindings/iio/adc/ |
| H A D | fsl,imx25-gcq.yaml | 69 2: xn
|
| /linux-6.15/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-6.15/drivers/input/joystick/ |
| H A D | as5011.c | 187 error = as5011_i2c_write(client, AS5011_XN, plat_dat->xn); in as5011_configure_chip()
|