Searched refs:sh (Results 1 - 25 of 752) sorted by path

1234567891011>>

/linux-master/Documentation/admin-guide/aoe/
H A Dudev-install.sh33 sh -xc "cp `dirname $0`/udev.txt $rules_d/60-aoe.rules"
/linux-master/arch/alpha/math-emu/
H A Dsfp-util.h8 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
9 ((sl) = (al) + (bl), (sh) = (ah) + (bh) + ((sl) < (al)))
11 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
12 ((sl) = (al) - (bl), (sh) = (ah) - (bh) - ((al) < (bl)))
/linux-master/arch/mips/tools/
H A Dgeneric-board-config.sh1 #!/bin/sh
9 # formatted comments, and then calls merge_config.sh to merge those
81 ${srctree}/scripts/kconfig/merge_config.sh \
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h209 * #define add_ssaaaa(sh,sl,ah,al,bh,bl) (sh = ah+bh+ (( sl = al+bl) < al))
216 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
220 : "=r" (sh), "=&r" (sl) : "r" (ah), "%r" (al), "rI" (bl));\
223 : "=r" (sh), "=&r" (sl) : "r" (ah), "%r" (al), "rI" (bl));\
226 : "=r" (sh), "=&r" (sl) \
231 * #define sub_ddmmss(sh, sl, ah, al, bh, bl) (sh = ah-bh - ((sl = al-bl) > al))
239 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
243 : "=r" (sh), "
[all...]
/linux-master/arch/sh/boot/romimage/
H A DMakefile3 # linux/arch/sh/boot/romimage/Makefile
29 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/zeropage.bin arch/sh/boot/zImage FORCE
/linux-master/arch/sh/drivers/dma/
H A DMakefile6 obj-$(CONFIG_SH_DMA_API) += dma-sh.o dma-api.o dma-sysfs.o
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S10 OUTPUT_FORMAT("elf32-sh-linux", "elf32-sh-linux", "elf32-sh-linux")
14 OUTPUT_ARCH(sh)
/linux-master/arch/sparc/math-emu/
H A Dsfp-util_32.h7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
10 : "=r" (sh), \
17 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
20 : "=r" (sh), \
H A Dsfp-util_64.h15 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
21 : "=r" (sh), \
29 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
35 : "=r" (sh), \
/linux-master/arch/sparc/vdso/
H A Dvdso2c.h66 ELF(Shdr) *sh = raw_addr + GET_BE(&hdr->e_shoff) +
68 if (GET_BE(&sh->sh_type) == SHT_SYMTAB)
69 symtab_hdr = sh;
/linux-master/drivers/bluetooth/
H A Dbt3c_cs.c294 struct hci_sco_hdr *sh; local
312 sh = hci_sco_hdr(info->rx_skb);
314 info->rx_count = sh->dlen;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgt215.c470 u32 reg, sh, gpio_val; local
479 sh = (func.line & 0x7) << 2;
481 if (gpio_val & (8 << sh))
486 ram_mask(fuc, gpio[reg], (0x3 << sh), ((val | 0x2) << sh));
/linux-master/drivers/misc/sgi-gru/
H A Dgruhandles.h496 #define GRU_PAGESIZE(sh) ((((sh) > 20 ? (sh) + 2 : (sh)) >> 1) - 6)
497 #define GRU_SIZEAVAIL(sh) (1UL << GRU_PAGESIZE(sh))
/linux-master/drivers/scsi/
H A Dfdomain_pci.c11 struct Scsi_Host *sh; local
25 sh = fdomain_create(pci_resource_start(pdev, 0), pdev->irq, 7,
27 if (!sh)
30 pci_set_drvdata(pdev, sh);
43 struct Scsi_Host *sh = pci_get_drvdata(pdev); local
45 fdomain_destroy(sh);
/linux-master/include/linux/
H A Dreciprocal_div.h41 u8 sh, exp; member in struct:reciprocal_value_adv
94 * result >>= rvalue.sh - 1;
99 * result >>= rvalue.sh;
/linux-master/include/video/
H A Dpm3fb.h586 #define PM3FBDestReadMode_StripeHeight(sh) (((sh) & 0x7) << 7)
619 #define PM3FBSourceReadMode_StripeHeight(sh) (((sh) & 0x7) << 7)
/linux-master/samples/bpf/
H A Dtest_cls_bpf.sh5 ../pktgen/pktgen_bench_xmit_mode_netif_receive.sh -i $IFC -s 64 \
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock_addr.sh1 #!/bin/sh
51 BASENAME=$(basename $0 .sh)
/linux-master/tools/testing/selftests/cpufreq/
H A DMakefile4 TEST_PROGS := main.sh
5 TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
H A Dcpu.sh13 source cpufreq.sh
H A Dcpufreq.sh11 source cpu.sh
H A Dgovernor.sh13 source cpu.sh
14 source cpufreq.sh
H A Dmodule.sh13 source cpu.sh
14 source cpufreq.sh
15 source governor.sh
H A Dspecial-tests.sh15 source cpu.sh
16 source cpufreq.sh
17 source governor.sh
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dfib_offload.sh15 source $lib_dir/lib.sh
16 source $lib_dir/devlink_lib.sh

Completed in 337 milliseconds

1234567891011>>