xn                 53 arch/arm64/kernel/probes/simulate-insn.c 	int xn = opcode & 0x1f;
xn                 56 arch/arm64/kernel/probes/simulate-insn.c 	    (get_x_reg(regs, xn) == 0) : (get_w_reg(regs, xn) == 0);
xn                 61 arch/arm64/kernel/probes/simulate-insn.c 	int xn = opcode & 0x1f;
xn                 64 arch/arm64/kernel/probes/simulate-insn.c 	    (get_x_reg(regs, xn) != 0) : (get_w_reg(regs, xn) != 0);
xn                 69 arch/arm64/kernel/probes/simulate-insn.c 	int xn = opcode & 0x1f;
xn                 72 arch/arm64/kernel/probes/simulate-insn.c 	return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) == 0;
xn                 77 arch/arm64/kernel/probes/simulate-insn.c 	int xn = opcode & 0x1f;
xn                 80 arch/arm64/kernel/probes/simulate-insn.c 	return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) != 0;
xn                 89 arch/arm64/kernel/probes/simulate-insn.c 	long imm, xn, val;
xn                 91 arch/arm64/kernel/probes/simulate-insn.c 	xn = opcode & 0x1f;
xn                 99 arch/arm64/kernel/probes/simulate-insn.c 	set_x_reg(regs, xn, val);
xn                130 arch/arm64/kernel/probes/simulate-insn.c 	int xn = (opcode >> 5) & 0x1f;
xn                133 arch/arm64/kernel/probes/simulate-insn.c 	instruction_pointer_set(regs, get_x_reg(regs, xn));
xn                174 arch/arm64/kernel/probes/simulate-insn.c 	int xn = opcode & 0x1f;
xn                181 arch/arm64/kernel/probes/simulate-insn.c 		set_x_reg(regs, xn, *load_addr);
xn                183 arch/arm64/kernel/probes/simulate-insn.c 		set_w_reg(regs, xn, *load_addr);
xn                192 arch/arm64/kernel/probes/simulate-insn.c 	int xn = opcode & 0x1f;
xn                198 arch/arm64/kernel/probes/simulate-insn.c 	set_x_reg(regs, xn, *load_addr);
xn                565 drivers/block/paride/pt.c 		tape->bs = xn(buf, 10, 2);
xn                569 drivers/block/paride/pt.c 		tape->capacity = xn(buf, 24, 4);
xn                242 drivers/clk/pxa/clk-pxa3xx.c 	unsigned int xn = (acsr & ACCR_XN_MASK) >> 8;
xn                249 drivers/clk/pxa/clk-pxa3xx.c 	return t ? (parent_rate / xn) * 2 : parent_rate;
xn                258 drivers/clk/pxa/clk-pxa3xx.c 	unsigned int xn = (acsr & ACCR_XN_MASK) >> 8;
xn                266 drivers/clk/pxa/clk-pxa3xx.c 	pr_info("RJK: parent_rate=%lu, xl=%u, xn=%u\n", parent_rate, xl, xn);
xn                267 drivers/clk/pxa/clk-pxa3xx.c 	return t ? parent_rate * xl * xn : parent_rate * xl;
xn                187 drivers/input/joystick/as5011.c 	error = as5011_i2c_write(client, AS5011_XN, plat_dat->xn);
xn                371 drivers/iommu/io-pgtable-arm-v7s.c 		arm_v7s_iopte xn = pte & ARM_V7S_ATTR_XN(lvl);
xn                374 drivers/iommu/io-pgtable-arm-v7s.c 		pte ^= xn | tex | ARM_V7S_PTE_TYPE_PAGE;
xn                375 drivers/iommu/io-pgtable-arm-v7s.c 		pte |= (xn << ARM_V7S_CONT_PAGE_XN_SHIFT) |
xn                387 drivers/iommu/io-pgtable-arm-v7s.c 		arm_v7s_iopte xn = pte & BIT(ARM_V7S_CONT_PAGE_XN_SHIFT);
xn                391 drivers/iommu/io-pgtable-arm-v7s.c 		pte ^= xn | tex | ARM_V7S_PTE_TYPE_CONT_PAGE;
xn                392 drivers/iommu/io-pgtable-arm-v7s.c 		pte |= (xn >> ARM_V7S_CONT_PAGE_XN_SHIFT) |
xn                 13 include/linux/input/as5011.h 	char xp, xn; /* threshold for x axis */
xn                 37 net/netfilter/xt_RATEEST.c static void xt_rateest_hash_insert(struct xt_rateest_net *xn,
xn                 43 net/netfilter/xt_RATEEST.c 	hlist_add_head(&est->list, &xn->hash[h]);
xn                 46 net/netfilter/xt_RATEEST.c static struct xt_rateest *__xt_rateest_lookup(struct xt_rateest_net *xn,
xn                 53 net/netfilter/xt_RATEEST.c 	hlist_for_each_entry(est, &xn->hash[h], list) {
xn                 65 net/netfilter/xt_RATEEST.c 	struct xt_rateest_net *xn = net_generic(net, xt_rateest_id);
xn                 68 net/netfilter/xt_RATEEST.c 	mutex_lock(&xn->hash_lock);
xn                 69 net/netfilter/xt_RATEEST.c 	est = __xt_rateest_lookup(xn, name);
xn                 70 net/netfilter/xt_RATEEST.c 	mutex_unlock(&xn->hash_lock);
xn                 77 net/netfilter/xt_RATEEST.c 	struct xt_rateest_net *xn = net_generic(net, xt_rateest_id);
xn                 79 net/netfilter/xt_RATEEST.c 	mutex_lock(&xn->hash_lock);
xn                 89 net/netfilter/xt_RATEEST.c 	mutex_unlock(&xn->hash_lock);
xn                109 net/netfilter/xt_RATEEST.c 	struct xt_rateest_net *xn = net_generic(par->net, xt_rateest_id);
xn                120 net/netfilter/xt_RATEEST.c 	mutex_lock(&xn->hash_lock);
xn                121 net/netfilter/xt_RATEEST.c 	est = __xt_rateest_lookup(xn, info->name);
xn                123 net/netfilter/xt_RATEEST.c 		mutex_unlock(&xn->hash_lock);
xn                160 net/netfilter/xt_RATEEST.c 	xt_rateest_hash_insert(xn, est);
xn                161 net/netfilter/xt_RATEEST.c 	mutex_unlock(&xn->hash_lock);
xn                167 net/netfilter/xt_RATEEST.c 	mutex_unlock(&xn->hash_lock);
xn                192 net/netfilter/xt_RATEEST.c 	struct xt_rateest_net *xn = net_generic(net, xt_rateest_id);
xn                195 net/netfilter/xt_RATEEST.c 	mutex_init(&xn->hash_lock);
xn                196 net/netfilter/xt_RATEEST.c 	for (i = 0; i < ARRAY_SIZE(xn->hash); i++)
xn                197 net/netfilter/xt_RATEEST.c 		INIT_HLIST_HEAD(&xn->hash[i]);
xn                612 sound/pci/cmipci.c 	int xm, xn, xr;
xn                621 sound/pci/cmipci.c 	for (xn = (1+2); xn < (0x1f+2); xn++) {
xn                623 sound/pci/cmipci.c 			xr = ((CM_REFFREQ_XIN/adcmult) * xm) / xn;
xn                637 sound/pci/cmipci.c 				*n = xn - 2;
xn                474 sound/pci/sonicvibes.c 	unsigned int xm, xn, xr, xd, metric = ~0U;
xn                482 sound/pci/sonicvibes.c 	for (xn = 3; xn < 33; xn++)	/* 35 */
xn                484 sound/pci/sonicvibes.c 			xr = ((SV_REFFREQUENCY / SV_ADCMULT) * xm) / xn;
xn                492 sound/pci/sonicvibes.c 				n = xn - 2;
xn                500 sound/pci/sonicvibes.c 		"metric = %i, xm = %i, xn = %i\n", metric, xm, xn);