Home
last modified time | relevance | path

Searched refs:psr (Results 1 – 25 of 28) sorted by relevance

12

/third_party/libunwind/src/ptrace/
D_UPT_access_reg.c139 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/
Dcpuhotplug03.sh125 ps -o psr -o command --no-headers -C cpuhotplug_do_s
130 NUM=`ps -o psr -o command --no-headers -C cpuhotplug_do_s \
Dcpuhotplug02.sh90 NEW_CPU=`ps --pid=${SPIN_LOOP_PID} -o psr --no-headers`
Dcpuhotplug07.sh103 NEW_CPU=`ps --pid=${KCOMPILE_LOOP_PID} -o psr --no-headers`
/third_party/grpc/templates/src/php/
Dcomposer.json.template16 "psr-4": {
/third_party/grpc/templates/
Dcomposer.json.template21 "psr-4": {
/third_party/uboot/u-boot-2020.01/include/
Di2s.h73 unsigned int psr; /* Reserved */ member
/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf5445x/
Dspeed.c65 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/
DChangeLog2 * hotplug03.sh: Fixing bug in return value of psr command, that
/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf5227x/
Dspeed.c63 while (!(in_be32(&pll->psr) & PLL_PSR_LOCK)) in clock_exit_limp()
Dcpu_init.c46 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/
DSparcInstrAliases.td444 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>;
DSparcInstrInfo.td1027 "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/
Dhotplug03.txt32 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/
Dopcodes.h11 extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-mx25/
Dimx-regs.h490 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/
Dat91_pio.h41 u32 psr; /* 0x08 PIO Status Register */ member
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dimmap_5227x.h191 u32 psr; /* PLL Status */ member
Dimmap_5301x.h299 u32 psr; /* 0x08 Status */ member
Dimmap_5445x.h241 u32 psr; /* PLL Status Register */ member
Dimmap_5441x.h335 u32 psr; /* Status */ member
/third_party/openssl/crypto/aes/asm/
Daes-ia64.S293 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/
Dsamsung-i2s.c338 writel(PSREN | PSVAL, &i2s_reg->psr); in i2s_tx_init()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-mx31/
Dimx-regs.h646 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/
Dkxia64.h573 #define DISABLE_INTERRUPTS(reg) mov reg = psr; rsm 1 << PSR_I

12