| /arch/sparc/lib/ |
| A D | PeeCeeI.c | 93 u32 *pi; in insb() local 98 pi = (u32 *)pb; in insb() 106 *pi++ = w; in insb() 109 pb = (u8 *)pi; in insb() 122 u32 *pi; in insw() local 128 pi = (u32 *)ps; in insw() 134 *pi++ = w; in insw() 137 ps = (u16 *)pi; in insw() 150 u32 *pi = dst; in insl() local 164 pi = (u32 *)ps; in insl() [all …]
|
| /arch/arm64/kernel/pi/ |
| A D | Makefile | 27 $(obj)/%.pi.o: OBJCOPYFLAGS := --prefix-symbols=__pi_ \ 29 $(obj)/%.pi.o: $(obj)/%.o $(obj)/relacheck FORCE 33 $(obj)/lib-%.pi.o: OBJCOPYFLAGS += --prefix-alloc-sections=.init 38 obj-y := idreg-override.pi.o \ 39 map_kernel.pi.o map_range.pi.o \ 40 lib-fdt.pi.o lib-fdt_ro.pi.o 41 obj-$(CONFIG_RELOCATABLE) += relocate.pi.o 42 obj-$(CONFIG_RANDOMIZE_BASE) += kaslr_early.pi.o 43 obj-$(CONFIG_UNWIND_PATCH_PAC_INTO_SCS) += patch-scs.pi.o 44 targets := $(patsubst %.pi.o,%.o,$(obj-y))
|
| /arch/riscv/kernel/pi/ |
| A D | Makefile | 26 $(obj)/%.pi.o: OBJCOPYFLAGS := --prefix-symbols=__pi_ \ 28 --prefix-alloc-sections=.init.pi 29 $(obj)/%.pi.o: $(obj)/%.o FORCE 41 obj-y := cmdline_early.pi.o fdt_early.pi.o string.pi.o ctype.pi.o lib-fdt.pi.o lib-fdt_ro.pi.o arc… 42 extra-y := $(patsubst %.pi.o,%.o,$(obj-y))
|
| /arch/riscv/kernel/ |
| A D | machine_kexec_file.c | 145 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() argument 156 sechdrs = (void *)pi->ehdr + pi->ehdr->e_shoff; in arch_kexec_apply_relocations_add() 157 strtab = (char *)pi->ehdr + sechdrs[symtab->sh_link].sh_offset; in arch_kexec_apply_relocations_add() 158 shstrtab = (char *)pi->ehdr + sechdrs[pi->ehdr->e_shstrndx].sh_offset; in arch_kexec_apply_relocations_add() 160 relas = (void *)pi->ehdr + relsec->sh_offset; in arch_kexec_apply_relocations_add() 169 sym = (void *)pi->ehdr + symtab->sh_offset; in arch_kexec_apply_relocations_add() 177 loc = pi->purgatory_buf; in arch_kexec_apply_relocations_add() 183 else if (sym->st_shndx >= pi->ehdr->e_shnum) { in arch_kexec_apply_relocations_add() 188 sec_base = pi->sechdrs[sym->st_shndx].sh_addr; in arch_kexec_apply_relocations_add()
|
| A D | vmlinux.lds.S | 89 .init.pi : { 90 KEEP(*(.init.pi*))
|
| /arch/s390/kernel/ |
| A D | machine_kexec_file.c | 309 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() argument 321 sechdrs = (void *)pi->ehdr + pi->ehdr->e_shoff; in arch_kexec_apply_relocations_add() 322 strtab = (char *)pi->ehdr + sechdrs[symtab->sh_link].sh_offset; in arch_kexec_apply_relocations_add() 323 shstrtab = (char *)pi->ehdr + sechdrs[pi->ehdr->e_shstrndx].sh_offset; in arch_kexec_apply_relocations_add() 325 relas = (void *)pi->ehdr + relsec->sh_offset; in arch_kexec_apply_relocations_add() 333 sym = (void *)pi->ehdr + symtab->sh_offset; in arch_kexec_apply_relocations_add() 351 if (sym->st_shndx >= pi->ehdr->e_shnum && in arch_kexec_apply_relocations_add() 358 loc = pi->purgatory_buf; in arch_kexec_apply_relocations_add() 364 val += pi->sechdrs[sym->st_shndx].sh_addr; in arch_kexec_apply_relocations_add()
|
| /arch/powerpc/platforms/embedded6xx/ |
| A D | flipper-pic.c | 125 struct device_node *pi; in flipper_pic_init() local 131 pi = of_get_parent(np); in flipper_pic_init() 132 if (!pi) { in flipper_pic_init() 136 if (!of_device_is_compatible(pi, "nintendo,flipper-pi")) { in flipper_pic_init() 141 retval = of_address_to_resource(pi, 0, &res); in flipper_pic_init()
|
| /arch/x86/kernel/ |
| A D | machine_kexec_64.c | 470 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() argument 483 sechdrs = (void *)pi->ehdr + pi->ehdr->e_shoff; in arch_kexec_apply_relocations_add() 484 strtab = (char *)pi->ehdr + sechdrs[symtabsec->sh_link].sh_offset; in arch_kexec_apply_relocations_add() 485 shstrtab = (char *)pi->ehdr + sechdrs[pi->ehdr->e_shstrndx].sh_offset; in arch_kexec_apply_relocations_add() 487 rel = (void *)pi->ehdr + relsec->sh_offset; in arch_kexec_apply_relocations_add() 504 location = pi->purgatory_buf; in arch_kexec_apply_relocations_add() 517 sym = (void *)pi->ehdr + symtabsec->sh_offset; in arch_kexec_apply_relocations_add() 541 else if (sym->st_shndx >= pi->ehdr->e_shnum) { in arch_kexec_apply_relocations_add() 546 sec_base = pi->sechdrs[sym->st_shndx].sh_addr; in arch_kexec_apply_relocations_add()
|
| /arch/arm/boot/dts/nxp/imx/ |
| A D | imx6q-pico-pi.dts | 12 #include "imx6qdl-pico-pi.dtsi" 16 compatible = "technexion,imx6q-pico-pi", "fsl,imx6q";
|
| A D | imx6dl-pico-pi.dts | 12 #include "imx6qdl-pico-pi.dtsi" 16 compatible = "technexion,imx6dl-pico-pi", "fsl,imx6dl";
|
| A D | imx6q-pico-dwarf.dts | 12 #include "imx6qdl-pico-pi.dtsi"
|
| A D | imx6q-pico-nymph.dts | 12 #include "imx6qdl-pico-pi.dtsi"
|
| A D | imx6dl-pico-dwarf.dts | 12 #include "imx6qdl-pico-pi.dtsi"
|
| A D | imx6dl-pico-nymph.dts | 12 #include "imx6qdl-pico-pi.dtsi"
|
| /arch/powerpc/platforms/pseries/ |
| A D | hvcserver.c | 64 struct hvcs_partner_info *pi; in hvcs_free_partner_info() local 72 pi = list_entry(element, struct hvcs_partner_info, node); in hvcs_free_partner_info() 74 kfree(pi); in hvcs_free_partner_info()
|
| /arch/x86/math-emu/ |
| A D | README | 76 to a few pi, and accurate to more than 64 bits for most arguments, 78 80486, which uses a value of pi which is accurate to 66 bits. 252 cos(x) 0 .. pi/2-(1e-10) 64.4 (x <= pi/4) 62.4 255 tan(x) 1e-10 .. pi/2-(1e-10) 64.0 (x <= pi/4) 62.1 273 for pi which is accurate to more than 128 bits precision. As a 277 for operands close to pi/2. Measured results are (note that the 291 is within about 10e-7 of a multiple of pi. To find the tan (for 293 have a value of pi which had about 150 bits precision. The FPU 319 between -pi/2 and +pi/2. The other instructions have a lower 329 fsin (0,pi/2) 547756 0 133 10673 63.89 0.451317 [all …]
|
| /arch/x86/kvm/vmx/ |
| A D | posted_intr.c | 277 struct pi_desc *pi = vcpu_to_pi_desc(vcpu); in pi_apicv_pre_state_restore() local 279 pi_clear_on(pi); in pi_apicv_pre_state_restore() 280 memset(pi->pir, 0, sizeof(pi->pir)); in pi_apicv_pre_state_restore()
|
| /arch/riscv/boot/dts/thead/ |
| A D | Makefile | 2 dtb-$(CONFIG_ARCH_THEAD) += th1520-lichee-pi-4a.dtb th1520-beaglev-ahead.dtb
|
| /arch/riscv/boot/dts/sophgo/ |
| A D | Makefile | 3 dtb-$(CONFIG_ARCH_SOPHGO) += cv1812h-huashan-pi.dtb
|
| /arch/arm64/boot/dts/rockchip/ |
| A D | rk3399-rock-pi-4a.dts | 9 #include "rk3399-rock-pi-4.dtsi"
|
| A D | rk3399-rock-pi-4a-plus.dts | 9 #include "rk3399-rock-pi-4.dtsi"
|
| A D | Makefile | 19 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3308-rock-pi-s.dtb 38 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3328-rock-pi-e.dtb 80 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-rock-pi-4a.dtb 81 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-rock-pi-4a-plus.dtb 82 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-rock-pi-4b.dtb 83 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-rock-pi-4b-plus.dtb 84 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-rock-pi-4c.dtb 91 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399pro-rock-pi-n10.dtb
|
| /arch/riscv/include/asm/ |
| A D | kexec.h | 62 int arch_kexec_apply_relocations_add(struct purgatory_info *pi,
|
| /arch/arm64/boot/dts/allwinner/ |
| A D | sun50i-h616-bigtreetech-pi.dts | 12 compatible = "bigtreetech,pi", "allwinner,sun50i-h616";
|
| /arch/s390/include/asm/ |
| A D | kexec.h | 104 int arch_kexec_apply_relocations_add(struct purgatory_info *pi,
|