Searched refs:nsh (Results 1 - 25 of 34) sorted by last modified time

12

/linux-master/net/nsh/
H A Dnsh.c12 #include <net/nsh.h>
/linux-master/arch/arm64/include/asm/
H A Dtlbflush.h254 dsb(nsh);
H A Dassembler.h105 dsb nsh
474 dsb nsh
729 dsb nsh
H A Dmte.h201 dsb(nsh);
/linux-master/arch/arm64/kvm/hyp/vhe/
H A Dtlb.c148 dsb(nsh);
150 dsb(nsh);
210 dsb(nsh);
H A Dsysreg-sr.c82 dsb(nsh);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dtlb.c19 bool nsh)
26 * being either ish or nsh, depending on the invalidation
31 * registers out of context, for which dsb(nsh) is enough
34 * the 'nsh' parameter tracks the distinction between
38 if (nsh)
39 dsb(nsh);
133 dsb(nsh);
135 dsb(nsh);
191 dsb(nsh);
17 __tlb_switch_to_guest(struct kvm_s2_mmu *mmu, struct tlb_inv_context *cxt, bool nsh) argument
H A Dhost.S130 dsb nsh
H A Dmem_protect.c320 dsb(nsh);
H A Dhyp-init.S291 dsb nsh
H A Dswitch.c292 dsb(nsh);
333 dsb(nsh);
/linux-master/drivers/perf/
H A Darm_spe_pmu.c552 dsb(nsh);
572 dsb(nsh);
/linux-master/arch/arm64/mm/
H A Dproc.S179 dsb nsh
242 dsb nsh
464 dsb nsh
/linux-master/arch/arm64/kernel/
H A Dmte.c318 dsb(nsh);
H A Dentry.S454 dsb nsh
638 dsb nsh
/linux-master/net/
H A DMakefile72 obj-$(CONFIG_NET_NSH) += nsh/
/linux-master/drivers/md/
H A Draid5.c2541 struct stripe_head *osh, *nsh; local
2562 nsh = alloc_stripe(sc, GFP_KERNEL, newsize, conf);
2563 if (!nsh)
2566 list_add(&nsh->lru, &newstripes);
2571 nsh = list_entry(newstripes.next, struct stripe_head, lru);
2572 list_del(&nsh->lru);
2573 free_stripe(sc, nsh);
2585 list_for_each_entry(nsh, &newstripes, lru) {
2596 nsh->pages[i] = osh->pages[i];
2601 nsh
[all...]
/linux-master/net/openvswitch/
H A Dflow_netlink.c1342 /* nsh header length = NSH_BASE_HDR_LEN + mdlen */
1350 struct ovs_key_nsh *nsh, struct ovs_key_nsh *nsh_mask)
1365 nsh->base = *base;
1373 memcpy(nsh->context, md1->context, sizeof(*md1));
1409 OVS_NLERR(log, "nsh attr %d is out of range max %d",
1418 "nsh attr %d has unexpected len %d expected %d",
1432 SW_FLOW_KEY_PUT(match, nsh.base.flags,
1434 SW_FLOW_KEY_PUT(match, nsh.base.ttl,
1436 SW_FLOW_KEY_PUT(match, nsh.base.mdtype,
1438 SW_FLOW_KEY_PUT(match, nsh
1349 nsh_key_from_nlattr(const struct nlattr *attr, struct ovs_key_nsh *nsh, struct ovs_key_nsh *nsh_mask) argument
1983 nsh_key_to_nlattr(const struct ovs_key_nsh *nsh, bool is_mask, struct sk_buff *skb) argument
[all...]
H A Dactions.c641 flow_key->nsh.base.flags = flags;
644 flow_key->nsh.base.ttl = ttl;
648 flow_key->nsh.base.path_hdr = nh->path_hdr;
656 memcpy(flow_key->nsh.context, nh->md1.context,
660 memset(flow_key->nsh.context, 0,
661 sizeof(flow_key->nsh.context));
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c212 dsb(nsh);
/linux-master/arch/arm/kernel/
H A Dentry-armv.S903 dsb nsh
H A Dentry-common.S153 dsb nsh
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c202 u16 nsl, nsh; local
204 nsh = hellcreek_ptp_read(hellcreek, ts_reg);
205 nsh = hellcreek_ptp_read(hellcreek, ts_reg);
206 nsh = hellcreek_ptp_read(hellcreek, ts_reg);
207 nsh = hellcreek_ptp_read(hellcreek, ts_reg);
210 return (u64)nsl | ((u64)nsh << 16);
H A Dhellcreek_ptp.c32 u16 nsl, nsh; local
44 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C);
45 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C);
46 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C);
47 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C);
50 return (u64)nsl | ((u64)nsh << 16);
103 u16 secl, nsh, nsl; local
106 nsh = ((u32)ts->tv_nsec & 0xffff0000) >> 16;
119 hellcreek_ptp_write(hellcreek, nsh, PR_CLOCK_WRITE_C);
/linux-master/arch/arm/include/asm/
H A Dtlbflush.h338 dsb(nsh);
391 dsb(nsh);
448 dsb(nsh);
501 dsb(nsh);

Completed in 252 milliseconds

12