| /linux/fs/jfs/ |
| A D | jfs_extent.c | 162 XADlength(xp, nxlen); in extAlloc() 163 XADoffset(xp, xoff); in extAlloc() 164 xp->flag = xflag; in extAlloc() 222 xlen = lengthXAD(xp); in extRealloc() 223 xoff = offsetXAD(xp); in extRealloc() 230 xp->flag = 0; in extRealloc() 278 xflag = xp->flag; in extRealloc() 325 XADoffset(xp, xoff); in extRealloc() 326 xp->flag = xflag; in extRealloc() 362 XADaddress(xp, 0); in extHint() [all …]
|
| /linux/net/ipv6/ila/ |
| A D | ila_xlat.c | 19 struct ila_xlat_params xp; member 58 return (ila->xp.ifindex && ila->xp.ifindex != ifindex); in ila_cmp_wildcards() 62 struct ila_xlat_params *xp) in ila_cmp_params() argument 64 return (ila->xp.ifindex != xp->ifindex); in ila_cmp_params() 79 if (ila->xp.ifindex) in ila_order() 99 memset(xp, 0, sizeof(*xp)); in parse_nl_config() 227 ila_init_saved_csum(&xp->ip); in ila_add_mapping() 229 ila->xp = *xp; in ila_add_mapping() 361 struct ila_xlat_params xp; in ila_xlat_nl_cmd_del_mapping() local 368 ila_del_mapping(net, &xp); in ila_xlat_nl_cmd_del_mapping() [all …]
|
| /linux/arch/x86/include/asm/ |
| A D | pgtable-2level.h | 44 unsigned long addr, pte_t *xp) in native_pte_clear() argument 46 *xp = native_make_pte(0); in native_pte_clear() 50 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() argument 52 return __pte(xchg(&xp->pte_low, 0)); in native_ptep_get_and_clear() 55 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument 59 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear() argument 61 return __pmd(xchg((pmdval_t *)xp, 0)); in native_pmdp_get_and_clear() 64 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument 68 static inline pud_t native_pudp_get_and_clear(pud_t *xp) in native_pudp_get_and_clear() argument 70 return __pud(xchg((pudval_t *)xp, 0)); in native_pudp_get_and_clear() [all …]
|
| A D | pgtable_64.h | 91 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() argument 94 return native_make_pte(xchg(&xp->pte, 0)); in native_ptep_get_and_clear() 98 pte_t ret = *xp; in native_ptep_get_and_clear() 99 native_pte_clear(NULL, 0, xp); in native_ptep_get_and_clear() 104 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear() argument 107 return native_make_pmd(xchg(&xp->pmd, 0)); in native_pmdp_get_and_clear() 111 pmd_t ret = *xp; in native_pmdp_get_and_clear() 112 native_pmd_clear(xp); in native_pmdp_get_and_clear() 130 return native_make_pud(xchg(&xp->pud, 0)); in native_pudp_get_and_clear() 135 pud_t ret = *xp; in native_pudp_get_and_clear() [all …]
|
| A D | pgtable-3level.h | 162 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument 186 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument 248 #define native_pudp_get_and_clear(xp) native_local_pudp_get_and_clear(xp) argument
|
| /linux/drivers/bus/ |
| A D | qcom-ebi2.c | 255 xp->prop, csindex); in qcom_ebi2_setup_chipselect() 260 if (xp->max == 1 && val) { in qcom_ebi2_setup_chipselect() 261 if (xp->slowreg) in qcom_ebi2_setup_chipselect() 262 slowcfg |= BIT(xp->shift); in qcom_ebi2_setup_chipselect() 264 fastcfg |= BIT(xp->shift); in qcom_ebi2_setup_chipselect() 270 if (val > xp->max) { in qcom_ebi2_setup_chipselect() 273 xp->prop, val, xp->max); in qcom_ebi2_setup_chipselect() 274 val = xp->max; in qcom_ebi2_setup_chipselect() 276 if (xp->slowreg) in qcom_ebi2_setup_chipselect() 277 slowcfg |= (val << xp->shift); in qcom_ebi2_setup_chipselect() [all …]
|
| /linux/lib/mpi/ |
| A D | mpi-pow.c | 150 mpi_ptr_t xp; in mpi_powm() local 156 if (!xp) in mpi_powm() 205 mpihelp_divrem(xp + msize, 0, xp, xsize, in mpi_powm() 211 rp = xp; in mpi_powm() 212 xp = tp; in mpi_powm() 220 (xp, rp, rsize, bp, bsize, in mpi_powm() 225 (xp, rp, rsize, bp, bsize, in mpi_powm() 232 mpihelp_divrem(xp + msize, 0, in mpi_powm() 233 xp, xsize, mp, in mpi_powm() 239 rp = xp; in mpi_powm() [all …]
|
| /linux/net/key/ |
| A D | af_key.c | 1943 struct xfrm_tmpl *t = xp->xfrm_vec + xp->xfrm_nr; in parse_ipsecrequest() 1983 xp->xfrm_nr++; in parse_ipsecrequest() 2089 xp->family)) in pfkey_xfrm_policy2msg() 2102 pfkey_sockaddr_fill(&xp->selector.daddr, xp->selector.dport, in pfkey_xfrm_policy2msg() 2262 if (xp == NULL) in pfkey_spdadd() 2271 xp->selector.family = xp->family; in pfkey_spdadd() 2323 xp->xfrm_nr = 0; in pfkey_spdadd() 2410 if (xp == NULL) in pfkey_spddelete() 2659 if (xp == NULL) in pfkey_spdget() 3084 if (xp && xp->type != XFRM_POLICY_TYPE_MAIN) in pfkey_send_policy_notify() [all …]
|
| /linux/net/xfrm/ |
| A D | xfrm_user.c | 1684 memcpy(&xp->selector, &p->sel, sizeof(xp->selector)); in copy_from_user_policy() 1685 memcpy(&xp->lft, &p->lft, sizeof(xp->lft)); in copy_from_user_policy() 1712 if (!xp) { in xfrm_policy_construct() 1733 return xp; in xfrm_policy_construct() 1759 if (!xp) in xfrm_add_policy() 1772 kfree(xp); in xfrm_add_policy() 2112 if (xp == NULL) in xfrm_get_policy() 2414 if (xp == NULL) in xfrm_add_pol_expire() 2494 if (!xp) in xfrm_add_acquire() 2518 kfree(xp); in xfrm_add_acquire() [all …]
|
| /linux/drivers/xen/ |
| A D | sys-hypervisor.c | 420 struct xen_pmu_params xp; in pmu_mode_store() local 425 xp.val = pmu_modes[i].mode; in pmu_mode_store() 433 xp.version.maj = XENPMU_VER_MAJ; in pmu_mode_store() 434 xp.version.min = XENPMU_VER_MIN; in pmu_mode_store() 445 struct xen_pmu_params xp; in pmu_mode_show() local 449 xp.version.maj = XENPMU_VER_MAJ; in pmu_mode_show() 450 xp.version.min = XENPMU_VER_MIN; in pmu_mode_show() 455 mode = (uint32_t)xp.val; in pmu_mode_show() 470 struct xen_pmu_params xp; in pmu_features_store() local 476 xp.val = features; in pmu_features_store() [all …]
|
| /linux/arch/arm/boot/dts/ |
| A D | armada-xp.dtsi | 16 #include "armada-370-xp.dtsi" 83 compatible = "marvell,armada-xp-gating-clock"; 90 compatible = "marvell,armada-xp-core-clock"; 104 compatible = "marvell,armada-xp-cpu-clock"; 110 compatible = "marvell,armada-xp-cpu-config"; 115 compatible = "marvell,armada-xp-neta"; 151 compatible = "marvell,armada-xp-neta"; 155 compatible = "marvell,armada-xp-neta"; 159 compatible = "marvell,armada-xp-crypto"; 254 compatible = "marvell,armada-xp-timer"; [all …]
|
| A D | armada-xp-98dx3236.dtsi | 11 #include "armada-370-xp.dtsi" 18 compatible = "marvell,armadaxp-98dx3236", "marvell,armada-370-xp"; 58 compatible = "marvell,armada-xp-pcie"; 94 compatible = "marvell,armada-xp-sdram-controller"; 137 compatible = "marvell,armada-370-xp-system-controller"; 160 compatible = "marvell,armada-xp-cpu-config"; 165 compatible = "marvell,armada-xp-neta"; 169 compatible = "marvell,armada-xp-neta"; 280 compatible = "marvell,armada-xp-timer"; 286 compatible = "marvell,armada-xp-wdt"; [all …]
|
| /linux/drivers/misc/sgi-xp/ |
| A D | xp_uv.c | 59 dev_err(xp, "gru_read_gpa() failed, dst_gpa=0x%016lx src_gpa=0x%016lx " in xp_remote_mmr_read() 78 dev_err(xp, "gru_copy_gpa() failed, dst_gpa=0x%016lx src_gpa=0x%016lx " in xp_remote_memcpy_uv() 98 dev_err(xp, "uv_bios_change_memprotect(,, " in xp_expand_memprotect_uv() 109 dev_err(xp, "sn_change_memprotect(,, " in xp_expand_memprotect_uv() 128 dev_err(xp, "uv_bios_change_memprotect(,, " in xp_restrict_memprotect_uv() 139 dev_err(xp, "sn_change_memprotect(,, " in xp_restrict_memprotect_uv()
|
| A D | Makefile | 6 obj-$(CONFIG_SGI_XP) += xp.o 7 xp-y := xp_main.o xp_uv.o
|
| /linux/arch/sh/lib/ |
| A D | div64-generic.c | 11 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32() argument 14 uint64_t q = __xdiv64_32(*xp, y); in __div64_32() 16 rem = *xp - q * y; in __div64_32() 17 *xp = q; in __div64_32()
|
| /linux/drivers/perf/ |
| A D | arm-cmn.c | 850 val->dtm_count[xp]++; in arm_cmn_val_add_event() 901 if (occupid && val.occupid[xp] && occupid != val.occupid[xp]) in arm_cmn_validate_group() 908 if (val.wp[xp][wp_idx]) in arm_cmn_validate_group() 1001 writel_relaxed(xp->pmu_config_low, xp->pmu_base + CMN_DTM_PMU_CONFIG); in arm_cmn_event_clear() 1097 reg = (u64)le32_to_cpu(xp->pmu_config_high) << 32 | xp->pmu_config_low; in arm_cmn_event_add() 1239 xp->wp_event[i] = -1; in arm_cmn_init_dtm() 1244 xp->dtc = -1; in arm_cmn_init_dtm() 1250 struct arm_cmn_node *xp; in arm_cmn_init_dtc() local 1263 xp->dtc = idx; in arm_cmn_init_dtc() 1381 arm_cmn_init_dtm(xp); in arm_cmn_discover() [all …]
|
| A D | arm-ccn.c | 138 } xp; member 181 struct arm_ccn_component *xp; member 233 static CCN_FORMAT_ATTR(xp, "config:0-7"); 664 source = &ccn->xp[node_xp]; in arm_ccn_pmu_event_alloc() 888 struct arm_ccn_component *xp; in arm_ccn_pmu_xp_dt_config() local 896 xp = &ccn->xp[CCN_CONFIG_XP(event->attr.config)]; in arm_ccn_pmu_xp_dt_config() 898 xp = &ccn->xp[arm_ccn_node_to_xp( in arm_ccn_pmu_xp_dt_config() 1053 u32 xp, offset, val; in arm_ccn_pmu_event_config() local 1060 xp = CCN_CONFIG_XP(event->attr.config); in arm_ccn_pmu_event_config() 1392 component = &ccn->xp[id]; in arm_ccn_init_nodes() [all …]
|
| /linux/arch/arc/include/asm/ |
| A D | pgtable-levels.h | 113 #define p4d_clear(xp) do { p4d_val(*(xp)) = 0; } while (0) argument 135 #define pud_clear(xp) do { pud_val(*(xp)) = 0; } while (0) argument 162 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
| /linux/arch/x86/xen/ |
| A D | pmu.c | 523 struct xen_pmu_params xp; in xen_pmu_init() local 539 xp.val = pfn_to_mfn(pfn); in xen_pmu_init() 540 xp.vcpu = cpu; in xen_pmu_init() 541 xp.version.maj = XENPMU_VER_MAJ; in xen_pmu_init() 542 xp.version.min = XENPMU_VER_MIN; in xen_pmu_init() 543 err = HYPERVISOR_xenpmu_op(XENPMU_init, &xp); in xen_pmu_init() 568 struct xen_pmu_params xp; in xen_pmu_finish() local 573 xp.vcpu = cpu; in xen_pmu_finish() 574 xp.version.maj = XENPMU_VER_MAJ; in xen_pmu_finish() 575 xp.version.min = XENPMU_VER_MIN; in xen_pmu_finish() [all …]
|
| /linux/drivers/spi/ |
| A D | spi-bcm-qspi.c | 608 if (xp->bits_per_word != 16 && xp->bits_per_word != 64) in bcm_qspi_hw_set_parms() 652 if (xp->speed_hz) in bcm_qspi_hw_set_parms() 658 qspi->last_parms = *xp; in bcm_qspi_hw_set_parms() 665 struct bcm_qspi_parms xp; in bcm_qspi_update_parms() local 669 xp.mode = spi->mode; in bcm_qspi_update_parms() 682 if (!xp) { in bcm_qspi_setup() 683 xp = kzalloc(sizeof(*xp), GFP_KERNEL); in bcm_qspi_setup() 684 if (!xp) in bcm_qspi_setup() 689 xp->mode = spi->mode; in bcm_qspi_setup() 694 xp->bits_per_word = 8; in bcm_qspi_setup() [all …]
|
| /linux/drivers/input/touchscreen/ |
| A D | s3c2410_ts.c | 100 unsigned long xp; member 137 ts.xp >>= ts.shift; in touch_timer_fire() 141 __func__, ts.xp, ts.yp, ts.count); in touch_timer_fire() 143 input_report_abs(ts.input, ABS_X, ts.xp); in touch_timer_fire() 149 ts.xp = 0; in touch_timer_fire() 156 ts.xp = 0; in touch_timer_fire() 219 ts.xp += data0; in s3c24xx_ts_conversion()
|
| /linux/drivers/iio/chemical/ |
| A D | sgp40.c | 103 u32 x, y, xp; in sgp40_exp() local 117 xp = 1; in sgp40_exp() 123 xp *= x; in sgp40_exp() 125 y += (xp >> divider) / factorial; in sgp40_exp() 128 if (xp >= xmax) { in sgp40_exp() 129 xp >>= power; in sgp40_exp()
|
| /linux/Documentation/devicetree/bindings/timer/ |
| A D | marvell,armada-370-xp-timer.txt | 8 "marvell,armada-xp-timer". 18 Clocks required for compatibles = "marvell,armada-xp-timer", 39 compatible = "marvell,armada-xp-timer";
|
| /linux/Documentation/admin-guide/perf/ |
| A D | arm-ccn.rst | 26 Crosspoint PMU events require "xp" (index), "bus" (bus number) 30 require "xp" and "vc" as above plus "port" (device port index), 54 ccn/xp_valid_flit,xp=?,port=?,vc=?,dir=?/ [Kernel PMU event] 57 / # perf stat -a -e ccn/cycles/,ccn/xp_valid_flit,xp=1,port=0,vc=1,dir=1/ \
|
| /linux/Documentation/devicetree/bindings/arm/marvell/ |
| A D | mvebu-cpu-config.txt | 10 - "marvell,armada-xp-cpu-config" 18 compatible = "marvell,armada-xp-cpu-config";
|