Searched refs:nsh (Results 1 - 25 of 34) sorted by path

12

/linux-master/drivers/bluetooth/
H A Ddtl1_cs.c97 struct nsh { struct
205 struct nsh *nsh; local
230 nsh = (struct nsh *)info->rx_skb->data;
239 info->rx_count = nsh->len + (nsh->len & 0x0001);
242 hci_skb_pkt_type(info->rx_skb) = nsh->type;
245 if (nsh->len & 0x0001) {
388 struct nsh ns local
420 memcpy(skb_push(s, NSHL), &nsh, NSHL); local
[all...]
/linux-master/net/nsh/
H A DMakefile2 obj-$(CONFIG_NET_NSH) += nsh.o
/linux-master/net/openvswitch/
H A Dflow_netlink.h68 int nsh_key_from_nlattr(const struct nlattr *attr, struct ovs_key_nsh *nsh,
/linux-master/arch/arm/include/asm/
H A Dtlbflush.h338 dsb(nsh);
391 dsb(nsh);
448 dsb(nsh);
501 dsb(nsh);
/linux-master/arch/arm/kernel/
H A Dentry-armv.S903 dsb nsh
H A Dentry-common.S153 dsb nsh
/linux-master/arch/arm64/include/asm/
H A Dassembler.h105 dsb nsh
474 dsb nsh
729 dsb nsh
H A Dmte.h201 dsb(nsh);
H A Dtlbflush.h254 dsb(nsh);
/linux-master/arch/arm64/kernel/
H A Dentry.S454 dsb nsh
638 dsb nsh
H A Dhyp-stub.S170 dsb nsh
H A Dmte.c318 dsb(nsh);
H A Drelocate_kernel.S80 dsb nsh
82 dsb nsh
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dhost.S130 dsb nsh
H A Dhyp-init.S291 dsb nsh
H A Dmem_protect.c320 dsb(nsh);
H A Dswitch.c292 dsb(nsh);
333 dsb(nsh);
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
/linux-master/arch/arm64/kvm/hyp/vhe/
H A Dsysreg-sr.c82 dsb(nsh);
H A Dtlb.c148 dsb(nsh);
150 dsb(nsh);
210 dsb(nsh);
/linux-master/arch/arm64/mm/
H A Dproc.S179 dsb nsh
242 dsb nsh
464 dsb nsh
/linux-master/arch/x86/boot/
H A Dgenimage.sh194 mcopy - "$1"startup.nsh
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c212 dsb(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/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);

Completed in 274 milliseconds

12