/linux-4.4.14/fs/jfs/ |
D | jfs_extent.c | 86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument 107 if ((hint = addressXAD(xp))) { in extAlloc() 109 nxlen = lengthXAD(xp); in extAlloc() 119 if (offsetXAD(xp) + nxlen == xoff && in extAlloc() 120 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc() 174 XADaddress(xp, nxaddr); in extAlloc() 175 XADlength(xp, nxlen); in extAlloc() 176 XADoffset(xp, xoff); in extAlloc() 177 xp->flag = xflag; in extAlloc() 215 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr) in extRealloc() argument [all …]
|
D | jfs_imap.c | 694 xtpage_t *p, *xp; in diWrite() local 708 xp = (xtpage_t *) &dp->di_dirtable; in diWrite() 711 memcpy(&xp->xad[lv->offset], &p->xad[lv->offset], in diWrite() 716 xad = &xp->xad[XTENTRYSTART]; in diWrite() 718 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite() 737 xtpage_t *p, *xp; in diWrite() local 744 xp = &dp->di_xtroot; in diWrite() 747 memcpy(&xp->xad[lv->offset], &p->xad[lv->offset], in diWrite() 752 xad = &xp->xad[XTENTRYSTART]; in diWrite() 754 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite() [all …]
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable-2level.h | 35 unsigned long addr, pte_t *xp) in native_pte_clear() argument 37 *xp = native_make_pte(0); in native_pte_clear() 41 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() argument 43 return __pte(xchg(&xp->pte_low, 0)); in native_ptep_get_and_clear() 46 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument 50 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear() argument 52 return __pmd(xchg((pmdval_t *)xp, 0)); in native_pmdp_get_and_clear() 55 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument
|
D | pgtable_64.h | 73 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() argument 76 return native_make_pte(xchg(&xp->pte, 0)); in native_ptep_get_and_clear() 80 pte_t ret = *xp; in native_ptep_get_and_clear() 81 native_pte_clear(NULL, 0, xp); in native_ptep_get_and_clear() 86 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear() argument 89 return native_make_pmd(xchg(&xp->pmd, 0)); in native_pmdp_get_and_clear() 93 pmd_t ret = *xp; in native_pmdp_get_and_clear() 94 native_pmd_clear(xp); in native_pmdp_get_and_clear()
|
D | pgtable-3level.h | 153 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument 176 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | Makefile | 5 obj-$(CONFIG_SGI_XP) += xp.o 6 xp-y := xp_main.o 7 xp-$(CONFIG_IA64_SGI_SN2) += xp_sn2.o xp_nofault.o 8 xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o 9 xp-$(CONFIG_IA64_SGI_UV) += xp_uv.o 10 xp-$(CONFIG_X86_64) += xp_uv.o
|
D | xp_uv.c | 58 dev_err(xp, "gru_read_gpa() failed, dst_gpa=0x%016lx src_gpa=0x%016lx " in xp_remote_mmr_read() 77 dev_err(xp, "gru_copy_gpa() failed, dst_gpa=0x%016lx src_gpa=0x%016lx " in xp_remote_memcpy_uv() 97 dev_err(xp, "uv_bios_change_memprotect(,, " in xp_expand_memprotect_uv() 108 dev_err(xp, "sn_change_memprotect(,, " in xp_expand_memprotect_uv() 127 dev_err(xp, "uv_bios_change_memprotect(,, " in xp_restrict_memprotect_uv() 138 dev_err(xp, "sn_change_memprotect(,, " in xp_restrict_memprotect_uv()
|
D | xp_sn2.c | 51 dev_err(xp, "can't register nofault code, error=%d\n", ret); in xp_register_nofault_code_sn2() 115 dev_err(xp, "bte_copy() on shub2 failed, error=0x%x dst_pa=" in xp_remote_memcpy_sn2() 119 dev_err(xp, "bte_copy() failed, error=%d dst_pa=0x%016lx " in xp_remote_memcpy_sn2() 141 dev_err(xp, "sn_change_memprotect(,, " in xp_expand_memprotect_sn2() 157 dev_err(xp, "sn_change_memprotect(,, " in xp_restrict_memprotect_sn2()
|
D | xp.h | 352 extern struct device *xp;
|
D | xp_main.c | 32 struct device *xp = &xp_dbg_subname; variable
|
/linux-4.4.14/lib/mpi/ |
D | mpi-pow.c | 157 mpi_ptr_t xp; in mpi_powm() local 163 xp = xp_marker = mpi_alloc_limb_space(2 * (msize + 1)); in mpi_powm() 164 if (!xp) in mpi_powm() 193 mpih_sqr_n_basecase(xp, rp, rsize); in mpi_powm() 209 mpih_sqr_n(xp, rp, rsize, tspace); in mpi_powm() 214 mpihelp_divrem(xp + msize, 0, xp, xsize, in mpi_powm() 220 rp = xp; in mpi_powm() 221 xp = tp; in mpi_powm() 229 (xp, rp, rsize, bp, bsize, in mpi_powm() 234 (xp, rp, rsize, bp, bsize, in mpi_powm() [all …]
|
/linux-4.4.14/drivers/xen/ |
D | sys-hypervisor.c | 391 struct xen_pmu_params xp; in pmu_mode_store() local 396 xp.val = pmu_modes[i].mode; in pmu_mode_store() 404 xp.version.maj = XENPMU_VER_MAJ; in pmu_mode_store() 405 xp.version.min = XENPMU_VER_MIN; in pmu_mode_store() 406 ret = HYPERVISOR_xenpmu_op(XENPMU_mode_set, &xp); in pmu_mode_store() 416 struct xen_pmu_params xp; in pmu_mode_show() local 420 xp.version.maj = XENPMU_VER_MAJ; in pmu_mode_show() 421 xp.version.min = XENPMU_VER_MIN; in pmu_mode_show() 422 ret = HYPERVISOR_xenpmu_op(XENPMU_mode_get, &xp); in pmu_mode_show() 426 mode = (uint32_t)xp.val; in pmu_mode_show() [all …]
|
/linux-4.4.14/net/key/ |
D | af_key.c | 1854 static int check_reqid(struct xfrm_policy *xp, int dir, int count, void *ptr) in check_reqid() argument 1859 for (i=0; i<xp->xfrm_nr; i++) { in check_reqid() 1860 if (xp->xfrm_vec[i].reqid == reqid) in check_reqid() 1888 parse_ipsecrequest(struct xfrm_policy *xp, struct sadb_x_ipsecrequest *rq) in parse_ipsecrequest() argument 1890 struct net *net = xp_net(xp); in parse_ipsecrequest() 1891 struct xfrm_tmpl *t = xp->xfrm_vec + xp->xfrm_nr; in parse_ipsecrequest() 1894 if (xp->xfrm_nr >= XFRM_MAX_DEPTH) in parse_ipsecrequest() 1930 t->encap_family = xp->family; in parse_ipsecrequest() 1934 xp->xfrm_nr++; in parse_ipsecrequest() 1939 parse_ipsecrequests(struct xfrm_policy *xp, struct sadb_x_policy *pol) in parse_ipsecrequests() argument [all …]
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_user.c | 1345 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument 1350 xp->xfrm_nr = nr; in copy_templates() 1352 struct xfrm_tmpl *t = &xp->xfrm_vec[i]; in copy_templates() 1443 static void copy_from_user_policy(struct xfrm_policy *xp, struct xfrm_userpolicy_info *p) in copy_from_user_policy() argument 1445 xp->priority = p->priority; in copy_from_user_policy() 1446 xp->index = p->index; in copy_from_user_policy() 1447 memcpy(&xp->selector, &p->sel, sizeof(xp->selector)); in copy_from_user_policy() 1448 memcpy(&xp->lft, &p->lft, sizeof(xp->lft)); in copy_from_user_policy() 1449 xp->action = p->action; in copy_from_user_policy() 1450 xp->flags = p->flags; in copy_from_user_policy() [all …]
|
D | xfrm_policy.c | 180 struct xfrm_policy *xp = (struct xfrm_policy *)data; in xfrm_policy_timer() local 186 read_lock(&xp->lock); in xfrm_policy_timer() 188 if (unlikely(xp->walk.dead)) in xfrm_policy_timer() 191 dir = xfrm_policy_id2dir(xp->index); in xfrm_policy_timer() 193 if (xp->lft.hard_add_expires_seconds) { in xfrm_policy_timer() 194 long tmo = xp->lft.hard_add_expires_seconds + in xfrm_policy_timer() 195 xp->curlft.add_time - now; in xfrm_policy_timer() 201 if (xp->lft.hard_use_expires_seconds) { in xfrm_policy_timer() 202 long tmo = xp->lft.hard_use_expires_seconds + in xfrm_policy_timer() 203 (xp->curlft.use_time ? : xp->curlft.add_time) - now; in xfrm_policy_timer() [all …]
|
D | xfrm_state.c | 1698 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify() argument 1705 km->notify_policy(xp, dir, c); in km_policy_notify()
|
/linux-4.4.14/arch/sh/lib/ |
D | div64-generic.c | 10 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32() argument 13 uint64_t q = __xdiv64_32(*xp, y); in __div64_32() 15 rem = *xp - q * y; in __div64_32() 16 *xp = q; in __div64_32()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | armada-xp.dtsi | 53 #include "armada-370-xp.dtsi" 57 compatible = "marvell,armadaxp", "marvell,armada-370-xp"; 74 compatible = "marvell,armada-xp-sdram-controller"; 88 compatible = "marvell,armada-xp-spi", 95 compatible = "marvell,armada-xp-spi", 135 compatible = "marvell,armada-370-xp-system-controller"; 140 compatible = "marvell,armada-xp-gating-clock"; 147 compatible = "marvell,armada-xp-core-clock"; 161 compatible = "marvell,armada-xp-cpu-clock"; 171 compatible = "marvell,armada-xp-timer"; [all …]
|
D | armada-xp-mv78230.dtsi | 50 #include "armada-xp.dtsi" 54 compatible = "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp"; 64 enable-method = "marvell,armada-xp-smp"; 90 compatible = "marvell,armada-xp-pcie";
|
D | armada-xp-mv78460.dtsi | 50 #include "armada-xp.dtsi" 54 compatible = "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp"; 66 enable-method = "marvell,armada-xp-smp"; 108 compatible = "marvell,armada-xp-pcie"; 359 compatible = "marvell,armada-xp-neta";
|
D | armada-xp-mv78260.dtsi | 50 #include "armada-xp.dtsi" 54 compatible = "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp"; 65 enable-method = "marvell,armada-xp-smp"; 91 compatible = "marvell,armada-xp-pcie"; 321 compatible = "marvell,armada-xp-neta";
|
D | armada-370-seagate-personal-cloud.dts | 27 compatible = "seagate,cumulus", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-370-seagate-nas-2bay.dts | 27 compatible = "seagate,dart-2", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-xp-matrix.dts | 48 #include "armada-xp-mv78460.dtsi" 52 …le = "marvell,axp-matrix", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
|
D | Makefile | 757 armada-xp-axpwifiap.dtb \ 758 armada-xp-db.dtb \ 759 armada-xp-gp.dtb \ 760 armada-xp-lenovo-ix4-300d.dtb \ 761 armada-xp-linksys-mamba.dtb \ 762 armada-xp-matrix.dtb \ 763 armada-xp-netgear-rn2120.dtb \ 764 armada-xp-openblocks-ax3-4.dtb \ 765 armada-xp-synology-ds414.dtb
|
D | armada-370-seagate-personal-cloud-2bay.dts | 27 compatible = "seagate,cumulus-max", "marvell,armada370", "marvell,armada-370-xp";
|
D | vf500-colibri.dtsi | 25 xp-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
|
D | armada-xp-linksys-mamba.dts | 11 * Based on armada-xp-axpwifiap.dts: 53 #include "armada-xp-mv78230.dtsi" 58 "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-xp-axpwifiap.dts | 55 #include "armada-xp-mv78230.dtsi" 59 … = "marvell,rd-axpwifiap", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-xp-openblocks-ax3-4.dts | 50 #include "armada-xp-mv78260.dtsi" 54 …lathome,openblocks-ax3-4", "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-370.dtsi | 52 #include "armada-370-xp.dtsi" 57 compatible = "marvell,armada370", "marvell,armada-370-xp"; 212 compatible = "marvell,armada-370-xp-system-controller";
|
D | armada-xp-db.dts | 60 #include "armada-xp-mv78460.dtsi" 64 …atible = "marvell,axp-db", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-xp-gp.dts | 61 #include "armada-xp-mv78460.dtsi" 65 …atible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-370-seagate-nas-4bay.dts | 28 compatible = "seagate,dart-4", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-xp-lenovo-ix4-300d.dts | 49 #include "armada-xp-mv78230.dtsi" 54 "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-xp-netgear-rn2120.dts | 49 #include "armada-xp-mv78230.dtsi" 53 …= "netgear,readynas-2120", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-xp-synology-ds414.dts | 62 #include "armada-xp-mv78230.dtsi" 67 "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-370-mirabox.dts | 51 compatible = "globalscale,mirabox", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-39x.dtsi | 274 "marvell,armada-370-xp-system-controller"; 308 "marvell,armada-xp-timer";
|
D | armada-370-rd.dts | 64 compatible = "marvell,a370-rd", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-38x.dtsi | 359 "marvell,armada-370-xp-system-controller"; 393 "marvell,armada-xp-timer";
|
D | armada-370-netgear-rn102.dts | 53 compatible = "netgear,readynas-102", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-370-db.dts | 64 compatible = "marvell,a370-db", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-370-netgear-rn104.dts | 53 compatible = "netgear,readynas-104", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-370-xp.dtsi | 59 compatible = "marvell,armada-370-xp";
|
D | armada-370-dlink-dns327l.dts | 59 "marvell,armada-370-xp";
|
D | armada-370-synology-ds213j.dts | 67 "marvell,armada-370-xp";
|
/linux-4.4.14/arch/x86/xen/ |
D | pmu.c | 515 struct xen_pmu_params xp; in xen_pmu_init() local 531 xp.val = pfn_to_mfn(pfn); in xen_pmu_init() 532 xp.vcpu = cpu; in xen_pmu_init() 533 xp.version.maj = XENPMU_VER_MAJ; in xen_pmu_init() 534 xp.version.min = XENPMU_VER_MIN; in xen_pmu_init() 535 err = HYPERVISOR_xenpmu_op(XENPMU_init, &xp); in xen_pmu_init() 557 struct xen_pmu_params xp; in xen_pmu_finish() local 562 xp.vcpu = cpu; in xen_pmu_finish() 563 xp.version.maj = XENPMU_VER_MAJ; in xen_pmu_finish() 564 xp.version.min = XENPMU_VER_MIN; in xen_pmu_finish() [all …]
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | s3c2410_ts.c | 81 unsigned long xp; member 118 ts.xp >>= ts.shift; in touch_timer_fire() 122 __func__, ts.xp, ts.yp, ts.count); in touch_timer_fire() 124 input_report_abs(ts.input, ABS_X, ts.xp); in touch_timer_fire() 130 ts.xp = 0; in touch_timer_fire() 137 ts.xp = 0; in touch_timer_fire() 200 ts.xp += data0; in s3c24xx_ts_conversion()
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable-2level.h | 37 #define pgd_clear(xp) do { } while (0) argument 66 #define ptep_get_and_clear(mm,addr,xp) __pte(xchg(&(xp)->pte, 0)) argument
|
D | pgtable.h | 178 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument 182 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
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-4.4.14/Documentation/devicetree/bindings/arm/ |
D | mvebu-cpu-config.txt | 10 - "marvell,armada-xp-cpu-config" 18 compatible = "marvell,armada-xp-cpu-config";
|
D | mvebu-system-controller.txt | 9 - "marvell,armada-370-xp-system-controller" 16 compatible = "marvell,armada-370-xp-system-controller";
|
D | armada-370-xp-pmsu.txt | 10 - "marvell,armada-370-xp-pmsu" was used for Armada 370/XP but is now 17 armada-370-xp-pmsu@22000 {
|
D | armada-370-xp.txt | 9 compatible: must contain "marvell,armada-370-xp"
|
D | cpus.txt | 197 "marvell,armada-xp-smp"
|
/linux-4.4.14/drivers/bus/ |
D | arm-ccn.c | 144 } xp; member 187 struct arm_ccn_component *xp; member 238 static CCN_FORMAT_ATTR(xp, "config:0-7"); 664 source = &ccn->xp[node_xp]; in arm_ccn_pmu_event_alloc() 671 bit = arm_ccn_pmu_alloc_bit(source->xp.dt_cmp_mask, in arm_ccn_pmu_event_alloc() 703 clear_bit(hw->config_base, source->xp.dt_cmp_mask); in arm_ccn_pmu_event_release() 884 struct arm_ccn_component *xp; in arm_ccn_pmu_xp_dt_config() local 888 xp = &ccn->xp[CCN_CONFIG_XP(event->attr.config)]; in arm_ccn_pmu_xp_dt_config() 890 xp = &ccn->xp[arm_ccn_node_to_xp( in arm_ccn_pmu_xp_dt_config() 900 val = readl(xp->base + CCN_XP_DT_CONFIG); in arm_ccn_pmu_xp_dt_config() [all …]
|
/linux-4.4.14/arch/sh/include/asm/ |
D | pgtable-3level.h | 47 #define pud_clear(xp) do { set_pud(xp, __pud(0)); } while (0) argument
|
D | pgtable_64.h | 38 unsigned long long *xp = (unsigned long long *) pteptr; in set_pte() local 42 *(xp) = (x & NPHYS_SIGN) ? (x | NPHYS_MASK) : x; in set_pte() 230 #define pte_clear(mm,addr,xp) (set_pte_at(mm, addr, xp, __pte(_PTE_EMPTY))) argument
|
D | pgtable_32.h | 325 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument 329 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | mvebu-cpu-clock.txt | 5 "marvell,armada-xp-cpu-clock" - cpu clocks for Armada XP 13 compatible = "marvell,armada-xp-cpu-clock";
|
D | mvebu-core-clock.txt | 51 "marvell,armada-xp-core-clock" - For Armada XP SoC core clocks
|
D | mvebu-gated-clock.txt | 169 "marvell,armada-xp-gating-clock" - for Armada XP SoC clock gating
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-sdram-controller.txt | 12 - compatible: for Armada XP, "marvell,armada-xp-sdram-controller" 19 compatible = "marvell,armada-xp-sdram-controller";
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | pgtable.h | 35 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 97 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) argument 105 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 110 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) argument 116 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/linux-4.4.14/net/netfilter/ |
D | x_tables.c | 462 struct xt_af *xp = &xt[af]; in xt_compat_add_offset() local 464 if (!xp->compat_tab) { in xt_compat_add_offset() 465 if (!xp->number) in xt_compat_add_offset() 467 xp->compat_tab = vmalloc(sizeof(struct compat_delta) * xp->number); in xt_compat_add_offset() 468 if (!xp->compat_tab) in xt_compat_add_offset() 470 xp->cur = 0; in xt_compat_add_offset() 473 if (xp->cur >= xp->number) in xt_compat_add_offset() 476 if (xp->cur) in xt_compat_add_offset() 477 delta += xp->compat_tab[xp->cur - 1].delta; in xt_compat_add_offset() 478 xp->compat_tab[xp->cur].offset = offset; in xt_compat_add_offset() [all …]
|
/linux-4.4.14/security/selinux/ |
D | avc.c | 67 struct extended_perms xp; member 272 security_xperm_set(xp_node->xp.drivers.p, driver); in avc_xperms_allow_perm() 386 node->ae.xp_node->xp.len++; in avc_add_xperms_decision() 414 if (src->xp.len == 0) in avc_xperms_populate() 420 memcpy(dest->xp.drivers.p, src->xp.drivers.p, sizeof(dest->xp.drivers.p)); in avc_xperms_populate() 421 dest->xp.len = src->xp.len; in avc_xperms_populate() 976 security_compute_av(ssid, tsid, tclass, avd, &xp_node->xp); in avc_compute_av() 1032 if (!xp_node || !xp_node->xp.len) in avc_has_extended_perms() 1045 if (!security_xperm_test(xp_node->xp.drivers.p, driver)) { in avc_has_extended_perms()
|
D | xfrm.c | 176 struct xfrm_policy *xp, in selinux_xfrm_state_pol_flow_match() argument 181 if (!xp->security) in selinux_xfrm_state_pol_flow_match()
|
/linux-4.4.14/Documentation/arm/ |
D | CCN.txt | 22 defines its index. All crosspoint events require "xp" (index), 48 ccn/xp_valid_flit,xp=?,port=?,vc=?,dir=?/ [Kernel PMU event] 51 / # perf stat -a -e ccn/cycles/,ccn/xp_valid_flit,xp=1,port=0,vc=1,dir=1/ \
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pgtable.h | 28 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/ |
D | marvel.txt | 7 "marvell,armada-xp-wdt" 24 Clocks required for compatibles = "marvell,armada-xp-wdt"
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 97 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) argument 103 #define pmd_clear(xp) do { pmd_val(*(xp)) = _PAGE_NEWPAGE; } while (0) argument
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | colibri-vf50-ts.txt | 6 - xp-gpios: FET gate driver for input of X+ 24 xp-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 225 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) argument 230 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 219 #define pte_clear(mm, addr, xp) \ argument 221 set_pte_at((mm), (addr), (xp), __pte(0)); \ 226 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument 294 #define pgd_clear(xp) do { } while (0) argument
|
/linux-4.4.14/drivers/misc/cb710/ |
D | debug.c | 60 const char *const xp = &cb710_xes[8 - t/4]; \ 77 p += sprintf(p, "%s", xp); \
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | marvell-cesa.txt | 9 "marvell,armada-xp-crypto" 36 compatible = "marvell,armada-xp-crypto";
|
/linux-4.4.14/include/linux/input/ |
D | as5011.h | 16 char xp, xn; /* threshold for x axis */ member
|
/linux-4.4.14/lib/ |
D | inflate.c | 348 unsigned *xp; /* pointer into x */ in huft_build() local 425 p = c + 1; xp = x + 2; in huft_build() 427 *xp++ = (j += *p++); in huft_build() 474 xp = c + k; in huft_build() 478 if ((f <<= 1) <= *++xp) in huft_build() 480 f -= *xp; /* else deduct codes from patterns */ in huft_build()
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 355 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument 360 #define pmd_clear(xp) do { __set_pmd(xp, 0); } while(0) argument
|
/linux-4.4.14/drivers/pinctrl/mvebu/ |
D | Makefile | 8 obj-$(CONFIG_PINCTRL_ARMADA_XP) += pinctrl-armada-xp.o
|
/linux-4.4.14/drivers/clk/mvebu/ |
D | Makefile | 9 obj-$(CONFIG_ARMADA_XP_CLK) += armada-xp.o
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | xircom_cb.c | 441 struct xircom_private *xp = netdev_priv(dev); in xircom_open() local 442 const int irq = xp->pdev->irq; in xircom_open() 450 xircom_up(xp); in xircom_open() 451 xp->open = 1; in xircom_open() 488 struct xircom_private *xp = netdev_priv(dev); in xircom_poll_controller() local 489 const int irq = xp->pdev->irq; in xircom_poll_controller()
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi-orion.txt | 10 - "marvell,armada-xp-spi", for the Armada XP SoCs
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | marvell-armada-370-neta.txt | 4 - compatible: "marvell,armada-370-neta" or "marvell,armada-xp-neta".
|
/linux-4.4.14/arch/arc/include/asm/ |
D | pgtable.h | 272 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/linux-4.4.14/security/selinux/include/ |
D | xfrm.h | 27 struct xfrm_policy *xp,
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 104 #define pte_clear(mm, addr, xp) \ argument 105 do { set_pte_at(mm, addr, xp, __pte(0)); } while (0)
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 183 #define pte_clear(mm,addr,xp) \ argument 185 set_pte_at(mm, addr, xp, __pte(0)); \
|
/linux-4.4.14/Documentation/arm/Marvell/ |
D | README | 109 …Product Brief: http://www.marvell.com/embedded-processors/armada-xp/assets/Marvell-ArmadaXP-SoC-pr… 110 …Functional Spec: http://www.marvell.com/embedded-processors/armada-xp/assets/ARMADA-XP-Functional-… 112 http://www.marvell.com/embedded-processors/armada-xp/assets/HW_MV78230_OS.PDF 113 http://www.marvell.com/embedded-processors/armada-xp/assets/HW_MV78260_OS.PDF 114 http://www.marvell.com/embedded-processors/armada-xp/assets/HW_MV78460_OS.PDF
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 310 void km_policy_notify(struct xfrm_policy *xp, int dir, 554 static inline struct net *xp_net(const struct xfrm_policy *xp) in xp_net() argument 556 return read_pnet(&xp->xp_net); in xp_net() 595 int (*acquire)(struct xfrm_state *x, struct xfrm_tmpl *, struct xfrm_policy *xp); 721 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid); 722 void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, 737 static inline void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, in xfrm_audit_policy_add() argument 742 static inline void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, in xfrm_audit_policy_delete() argument
|
/linux-4.4.14/drivers/misc/ |
D | Makefile | 28 obj-$(CONFIG_SGI_XP) += sgi-xp/
|
/linux-4.4.14/net/ipv4/ |
D | inet_fragment.c | 309 struct sk_buff *xp = fp->next; in inet_frag_destroy() local 313 fp = xp; in inet_frag_destroy()
|
D | ip_fragment.c | 314 struct sk_buff *xp = fp->next; in ip_frag_reinit() local 318 fp = xp; in ip_frag_reinit()
|
/linux-4.4.14/drivers/gpu/drm/savage/ |
D | savage_drv.h | 447 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \ argument 450 ((xp) ? 1<<14 : 0) | \
|
/linux-4.4.14/drivers/clocksource/ |
D | Makefile | 20 obj-$(CONFIG_ARMADA_370_XP_TIMER) += time-armada-370-xp.o
|
/linux-4.4.14/Documentation/trace/ |
D | uprobetracer.txt | 95 # cat /proc/`pgrep zsh`/maps | grep /bin/zsh | grep r-xp 96 00400000-0048a000 r-xp 00000000 08:03 130904 /bin/zsh
|
/linux-4.4.14/drivers/irqchip/ |
D | Makefile | 8 obj-$(CONFIG_ARCH_MVEBU) += irq-armada-370-xp.o
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 294 #define pte_clear(mm, addr, xp) set_pte_at(mm, addr, xp, __pte(0)) argument
|
/linux-4.4.14/net/sunrpc/ |
D | xprtsock.c | 918 __be32 *xp; in xs_local_data_read_skb() local 927 xp = skb_header_pointer(skb, sizeof(rpc_fraghdr), sizeof(_xid), &_xid); in xs_local_data_read_skb() 928 if (xp == NULL) in xs_local_data_read_skb() 933 rovr = xprt_lookup_rqst(xprt, *xp); in xs_local_data_read_skb() 996 __be32 *xp; in xs_udp_data_read_skb() local 1005 xp = skb_header_pointer(skb, sizeof(struct udphdr), in xs_udp_data_read_skb() 1007 if (xp == NULL) in xs_udp_data_read_skb() 1012 rovr = xprt_lookup_rqst(xprt, *xp); in xs_udp_data_read_skb()
|
/linux-4.4.14/arch/x86/ |
D | Makefile_32.cpu | 23 # Please note, that patches that add -march=athlon-xp and friends are pointless.
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | mvebu-pci.txt | 7 marvell,armada-xp-pcie 86 compatible = "marvell,armada-xp-pcie";
|
/linux-4.4.14/drivers/input/joystick/ |
D | as5011.c | 194 error = as5011_i2c_write(client, AS5011_XP, plat_dat->xp); in as5011_configure_chip()
|
/linux-4.4.14/drivers/media/common/saa7146/ |
D | saa7146_hlp.c | 73 u32 xim = 0, xp = 0, xsci =0; in calculate_h_scale_registers() local 136 xp = 0; in calculate_h_scale_registers() 182 *hps_h_scale |= (xim << 31) | (xp << 24) | (xsci << 12); in calculate_h_scale_registers()
|
/linux-4.4.14/Documentation/networking/ |
D | eql.txt | 204 ducmd -e /etc/slip/dialout/cua2-288.xp -t 9 213 ducmd -e /etc/slip/dialout/cua3-288.xp -t 9
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 324 #define pgd_clear(xp) do { } while (0) argument
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 343 08048000-08049000 r-xp 00000000 03:00 8312 /opt/test 350 a7ed5000-a8008000 r-xp 00000000 03:00 4222 /lib/libc.so.6 354 a800e000-a8022000 r-xp 00000000 03:00 14462 /lib/libpthread.so.0 358 a8027000-a8043000 r-xp 00000000 03:00 8317 /lib/ld-linux.so.2 362 ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso] 394 08048000-08049000 r-xp 00000000 03:00 8312 /opt/test 401 a7ed5000-a8008000 r-xp 00000000 03:00 4222 /lib/libc.so.6 405 a800e000-a8022000 r-xp 00000000 03:00 14462 /lib/libpthread.so.0 409 a8027000-a8043000 r-xp 00000000 03:00 8317 /lib/ld-linux.so.2 413 ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso] [all …]
|
D | coda.txt | 1355 44..2266.. ooddyy__eexxppaanndd
|
/linux-4.4.14/include/linux/ |
D | security.h | 1362 struct xfrm_policy *xp, 1417 struct xfrm_policy *xp, const struct flowi *fl) in security_xfrm_state_pol_flow_match() argument
|
D | lsm_hooks.h | 1593 struct xfrm_policy *xp,
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 242 compatible = "marvell,armada-xp-pcie";
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | fieldseq_tb.gif.b64 | 70 qZ//xp/9eXL/aaCoJaAJultoeQ6QkKEauqEc2qEe+qEgGqIiOqIkmqF9sI8GwQvisKIs2qIu+qIw
|
/linux-4.4.14/security/ |
D | security.c | 1450 struct xfrm_policy *xp, in security_xfrm_state_pol_flow_match() argument 1467 rc = hp->hook.xfrm_state_pol_flow_match(x, xp, fl); in security_xfrm_state_pol_flow_match()
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1959 00400000-00478000 r-xp 00000000 5f:00 4103 /bin/bash 1962 40000000-40015000 r-xp 00000000 5f:00 14382 /lib/ld-2.1.2.so 1966 40018000-4001b000 r-xp 00000000 5f:00 14435 /lib/libtermcap.so.2.0.8 1968 4001c000-4010d000 r-xp 00000000 5f:00 14387 /lib/libc-2.1.2.so 1971 40114000-4011e000 r-xp 00000000 5f:00 14408 /lib/libnss_files-2.1.2.so
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | res_func.S | 1431 .long xp
|
/linux-4.4.14/ |
D | MAINTAINERS | 9631 F: drivers/misc/sgi-xp/
|