/third_party/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 139 unsigned long ip, psr; in _UPT_access_reg() local 146 psr = ptrace (PTRACE_PEEKUSER, pid, PT_CR_IPSR, 0); in _UPT_access_reg() 153 psr = (psr & ~0x3UL << 41) | (*val & 0x3); in _UPT_access_reg() 159 ptrace (PTRACE_POKEUSER, pid, PT_CR_IPSR, psr); in _UPT_access_reg() 174 *val = ip + ((psr >> 41) & 0x3); in _UPT_access_reg()
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
D | cpuhotplug03.sh | 125 ps -o psr -o command --no-headers -C cpuhotplug_do_s 130 NUM=`ps -o psr -o command --no-headers -C cpuhotplug_do_s \
|
D | cpuhotplug02.sh | 90 NEW_CPU=`ps --pid=${SPIN_LOOP_PID} -o psr --no-headers`
|
D | cpuhotplug07.sh | 103 NEW_CPU=`ps --pid=${KCOMPILE_LOOP_PID} -o psr --no-headers`
|
/third_party/grpc/templates/src/php/ |
D | composer.json.template | 16 "psr-4": {
|
/third_party/grpc/templates/ |
D | composer.json.template | 21 "psr-4": {
|
/third_party/uboot/u-boot-2020.01/include/ |
D | i2s.h | 73 unsigned int psr; /* Reserved */ member
|
/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf5445x/ |
D | speed.c | 65 while (!(in_be32(&pll->psr) & PLL_PSR_LOCK)) in clock_exit_limp() 190 while ((in_be32(&pll->psr) & PLL_PSR_LOCK) != PLL_PSR_LOCK) in setup_5445x_clocks()
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/ |
D | ChangeLog | 2 * hotplug03.sh: Fixing bug in return value of psr command, that
|
/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf5227x/ |
D | speed.c | 63 while (!(in_be32(&pll->psr) & PLL_PSR_LOCK)) in clock_exit_limp()
|
D | cpu_init.c | 46 out_be32(&pll->psr, 0x12); in cpu_init_f()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 444 def : InstAlias<"mov %psr, $rd", (RDPSR IntRegs:$rd), 0>; 451 def : InstAlias<"mov $rs2, %psr", (WRPSRrr G0, IntRegs:$rs2), 0>; 452 def : InstAlias<"mov $simm13, %psr", (WRPSRri G0, i32imm:$simm13), 0>; 465 def : InstAlias<"wr $rs2, %psr", (WRPSRrr G0, IntRegs:$rs2), 0>; 466 def : InstAlias<"wr $simm13, %psr", (WRPSRri G0, i32imm:$simm13), 0>; 472 def : InstAlias<"pwr $rs2, %psr", (PWRPSRrr G0, IntRegs:$rs2), 0>; 473 def : InstAlias<"pwr $simm13, %psr", (PWRPSRri G0, i32imm:$simm13), 0>;
|
D | SparcInstrInfo.td | 1027 "rd %psr, $rd", []>; 1053 "wr $rs1, $rs2, %psr", []>; 1056 "wr $rs1, $simm13, %psr", []>; 1578 "pwr $rs1, $rs2, %psr", []>; 1581 "pwr $rs1, $simm13, %psr", []>;
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug03.txt | 32 looking at the output from 'ps -o psr -o com' and searching for our
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/ |
D | opcodes.h | 11 extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-mx25/ |
D | imx-regs.h | 490 csa, ebc, dsz, csn, psr, cre, wrap, csen) \ argument 493 (psr) << 3 | (cre) << 2 | (wrap) << 1 | (csen) << 0)
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-at91/include/mach/ |
D | at91_pio.h | 41 u32 psr; /* 0x08 PIO Status Register */ member
|
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/ |
D | immap_5227x.h | 191 u32 psr; /* PLL Status */ member
|
D | immap_5301x.h | 299 u32 psr; /* 0x08 Status */ member
|
D | immap_5445x.h | 241 u32 psr; /* PLL Status Register */ member
|
D | immap_5441x.h | 335 u32 psr; /* Status */ member
|
/third_party/openssl/crypto/aes/asm/ |
D | aes-ia64.S | 293 mov loc0=psr.um 327 { .mii; mov psr.um=loc0 418 { .mfb; mov psr.um=loc0 // restore user mask 670 mov loc0=psr.um 704 { .mii; mov psr.um=loc0 795 { .mfb; mov psr.um=loc0 // restore user mask
|
/third_party/uboot/u-boot-2020.01/drivers/sound/ |
D | samsung-i2s.c | 338 writel(PSREN | PSVAL, &i2s_reg->psr); in i2s_tx_init()
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-mx31/ |
D | imx-regs.h | 646 csa, ebc, dsz, csn, psr, cre, wrap, csen) \ argument 649 (psr) << 3 | (cre) << 2 | (wrap) << 1 | (csen) << 0)
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | kxia64.h | 573 #define DISABLE_INTERRUPTS(reg) mov reg = psr; rsm 1 << PSR_I
|