Home
last modified time | relevance | path

Searched full:xp (Results 1 – 25 of 249) sorted by relevance

12345678910

/Linux-v5.10/net/ipv6/ila/
Dila_xlat.c19 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()
72 return (ila->xp.ip.locator_match.v64 != *(__be64 *)arg->key); in ila_cmpfn()
79 if (ila->xp.ifindex) in ila_order()
88 .key_offset = offsetof(struct ila_map, xp.ip.locator_match),
97 struct ila_xlat_params *xp) in parse_nl_config() argument
99 memset(xp, 0, sizeof(*xp)); in parse_nl_config()
102 xp->ip.locator.v64 = (__force __be64)nla_get_u64( in parse_nl_config()
[all …]
/Linux-v5.10/arch/x86/include/asm/
Dpgtable-2level.h44 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 …]
Dpgtable_64.h91 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()
127 static inline pud_t native_pudp_get_and_clear(pud_t *xp) in native_pudp_get_and_clear() argument
130 return native_make_pud(xchg(&xp->pud, 0)); in native_pudp_get_and_clear()
[all …]
/Linux-v5.10/fs/jfs/
Djfs_extent.c60 * xp - pointer to an xad. on entry, xad describes an
73 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument
94 if ((hint = addressXAD(xp))) { in extAlloc()
96 nxlen = lengthXAD(xp); in extAlloc()
106 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
107 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc()
161 XADaddress(xp, nxaddr); in extAlloc()
162 XADlength(xp, nxlen); in extAlloc()
163 XADoffset(xp, xoff); in extAlloc()
164 xp->flag = xflag; in extAlloc()
[all …]
/Linux-v5.10/arch/arm/boot/dts/
Darmada-xp.dtsi3 * Device Tree Include file for Marvell Armada XP family SoC
12 * Contains definitions specific to the Armada XP SoC that are not
16 #include "armada-370-xp.dtsi"
22 model = "Marvell Armada XP family SoC";
23 compatible = "marvell,armadaxp", "marvell,armada-370-xp";
40 compatible = "marvell,armada-xp-sdram-controller";
78 compatible = "marvell,armada-370-xp-system-controller";
83 compatible = "marvell,armada-xp-gating-clock";
90 compatible = "marvell,armada-xp-core-clock";
104 compatible = "marvell,armada-xp-cpu-clock";
[all …]
Darmada-xp-98dx3236.dtsi8 * common to all Armada XP SoCs.
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";
283 compatible = "marvell,armada-xp-timer";
[all …]
Darmada-xp-matrix.dts3 * Device Tree file for Marvell Armada XP Matrix board
11 #include "armada-xp-mv78460.dtsi"
14 model = "Marvell Armada XP Matrix Board";
15 …le = "marvell,axp-matrix", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
Darmada-xp-mv78230.dtsi3 * Device Tree Include file for Marvell Armada XP family SoC
9 * Contains definitions specific to the Armada XP MV78230 SoC that are not
10 * common to all Armada XP SoCs.
13 #include "armada-xp.dtsi"
16 model = "Marvell Armada XP MV78230 SoC";
17 compatible = "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
27 enable-method = "marvell,armada-xp-smp";
53 compatible = "marvell,armada-xp-pcie";
/Linux-v5.10/lib/mpi/
Dmpi-pow.c150 mpi_ptr_t xp; in mpi_powm() local
155 xp = xp_marker = mpi_alloc_limb_space(2 * (msize + 1)); in mpi_powm()
156 if (!xp) in mpi_powm()
169 * Make the result be pointed to alternately by XP and RP. This in mpi_powm()
174 * pointed to by XP. in mpi_powm()
182 /*if (mpihelp_mul_n(xp, rp, rp, rsize) < 0) goto enomem */ in mpi_powm()
184 mpih_sqr_n_basecase(xp, rp, rsize); in mpi_powm()
200 mpih_sqr_n(xp, rp, rsize, tspace); in mpi_powm()
205 mpihelp_divrem(xp + msize, 0, xp, xsize, in mpi_powm()
211 rp = xp; in mpi_powm()
[all …]
/Linux-v5.10/net/key/
Daf_key.c1910 static int check_reqid(struct xfrm_policy *xp, int dir, int count, void *ptr) in check_reqid() argument
1915 for (i=0; i<xp->xfrm_nr; i++) { in check_reqid()
1916 if (xp->xfrm_vec[i].reqid == reqid) in check_reqid()
1944 parse_ipsecrequest(struct xfrm_policy *xp, struct sadb_x_ipsecrequest *rq) in parse_ipsecrequest() argument
1946 struct net *net = xp_net(xp); in parse_ipsecrequest()
1947 struct xfrm_tmpl *t = xp->xfrm_vec + xp->xfrm_nr; in parse_ipsecrequest()
1950 if (xp->xfrm_nr >= XFRM_MAX_DEPTH) in parse_ipsecrequest()
1983 t->encap_family = xp->family; in parse_ipsecrequest()
1987 xp->xfrm_nr++; in parse_ipsecrequest()
1992 parse_ipsecrequests(struct xfrm_policy *xp, struct sadb_x_policy *pol) in parse_ipsecrequests() argument
[all …]
/Linux-v5.10/net/xfrm/
Dxfrm_user.c1502 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument
1507 xp->xfrm_nr = nr; in copy_templates()
1509 struct xfrm_tmpl *t = &xp->xfrm_vec[i]; in copy_templates()
1620 static void copy_from_user_policy(struct xfrm_policy *xp, struct xfrm_userpolicy_info *p) in copy_from_user_policy() argument
1622 xp->priority = p->priority; in copy_from_user_policy()
1623 xp->index = p->index; in copy_from_user_policy()
1624 memcpy(&xp->selector, &p->sel, sizeof(xp->selector)); in copy_from_user_policy()
1625 memcpy(&xp->lft, &p->lft, sizeof(xp->lft)); in copy_from_user_policy()
1626 xp->action = p->action; in copy_from_user_policy()
1627 xp->flags = p->flags; in copy_from_user_policy()
[all …]
/Linux-v5.10/drivers/xen/
Dsys-hypervisor.c420 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()
435 ret = HYPERVISOR_xenpmu_op(XENPMU_mode_set, &xp); 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()
451 ret = HYPERVISOR_xenpmu_op(XENPMU_mode_get, &xp); in pmu_mode_show()
455 mode = (uint32_t)xp.val; in pmu_mode_show()
[all …]
/Linux-v5.10/drivers/bus/
Dqcom-ebi2.c249 const struct ebi2_xmem_prop *xp = &xmem_props[i]; in qcom_ebi2_setup_chipselect() local
252 ret = of_property_read_u32(np, xp->prop, &val); in qcom_ebi2_setup_chipselect()
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()
265 dev_dbg(dev, "set %s flag\n", xp->prop); 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()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/arm/marvell/
Darmada-370-xp-pmsu.txt3 Available on Marvell SOCs: Armada 370, Armada 38x and Armada XP
8 - "marvell,armada-370-pmsu" for Armada 370 or Armada XP
10 - "marvell,armada-370-xp-pmsu" was used for Armada 370/XP but is now
17 armada-370-xp-pmsu@22000 {
Darmada-370-xp.txt1 Marvell Armada 370 and Armada XP Platforms Device Tree Bindings
4 Boards with a SoC of the Marvell Armada 370 and Armada XP families
9 compatible: must contain "marvell,armada-370-xp"
18 In addition, boards using the Marvell Armada XP SoC shall have the
Dmvebu-cpu-config.txt4 MVEBU (Marvell SOCs: Armada 370/XP)
10 - "marvell,armada-xp-cpu-config"
18 compatible = "marvell,armada-xp-cpu-config";
Dmvebu-system-controller.txt3 MVEBU (Marvell SOCs: Armada 370/375/XP, Dove, mv78xx0, Kirkwood, Orion5x)
9 - "marvell,armada-370-xp-system-controller"
16 compatible = "marvell,armada-370-xp-system-controller";
/Linux-v5.10/drivers/misc/sgi-xp/
Dxp_uv.c11 * Cross Partition (XP) uv-based functions.
25 #include "xp.h"
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()
DMakefile3 # Makefile for SGI's XP devices.
6 obj-$(CONFIG_SGI_XP) += xp.o
7 xp-y := xp_main.o xp_uv.o
Dxp_main.c11 * Cross Partition (XP) base.
13 * XP provides a base from which its users can interact
20 #include "xp.h"
22 /* define the XP debug device structures to be used with dev_dbg() et al */
25 .name = "xp"
33 struct device *xp = &xp_dbg_subname; variable
260 MODULE_DESCRIPTION("Cross Partition (XP) base");
/Linux-v5.10/drivers/perf/
Darm-cmn.c57 /* DTMs live in the PMU space of XP registers */
200 /* XP */
421 /* Good thing there are only 3 fundamental XP events... */
504 /* We treat watchpoints as a special made-up class of XP events */
688 struct arm_cmn_node *xp = arm_cmn_node_to_xp(dn); in arm_cmn_read_dtm() local
690 u64 reg = readq_relaxed(xp->pmu_base + offset); in arm_cmn_read_dtm()
848 int wp_idx, xp = arm_cmn_node_to_xp(dn)->logid; in arm_cmn_val_add_event() local
850 val->dtm_count[xp]++; in arm_cmn_val_add_event()
851 val->occupid[xp] = occupid; in arm_cmn_val_add_event()
857 val->wp[xp][wp_idx] = CMN_EVENT_WP_COMBINE(event) + 1; in arm_cmn_val_add_event()
[all …]
Darm-ccn.c138 } xp; member
181 struct arm_ccn_component *xp; member
233 static CCN_FORMAT_ATTR(xp, "config:0-7");
280 * their ports in XP they are connected to. For the sake of usability they are
348 ",xp=?,vc=?"); in arm_ccn_pmu_event_show()
669 source = &ccn->xp[node_xp]; in arm_ccn_pmu_event_alloc()
676 bit = arm_ccn_pmu_alloc_bit(source->xp.dt_cmp_mask, in arm_ccn_pmu_event_alloc()
682 dev_dbg(ccn->dev, "No more event sources/watchpoints on node/XP %d!\n", in arm_ccn_pmu_event_alloc()
708 clear_bit(hw->config_base, source->xp.dt_cmp_mask); in arm_ccn_pmu_event_release()
761 /* Validate node/xp vs topology */ in arm_ccn_pmu_event_init()
[all …]
/Linux-v5.10/arch/sh/lib/
Ddiv64-generic.c11 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-v5.10/Documentation/devicetree/bindings/timer/
Dmarvell,armada-370-xp-timer.txt1 Marvell Armada 370 and Armada XP Timers
8 "marvell,armada-xp-timer".
18 Clocks required for compatibles = "marvell,armada-xp-timer",
36 - Armada XP:
39 compatible = "marvell,armada-xp-timer";
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-sdram-controller.txt8 Armada XP SDRAM controller.
12 - compatible: for Armada XP, "marvell,armada-xp-sdram-controller"
19 compatible = "marvell,armada-xp-sdram-controller";

12345678910