HomeSort by relevance Sort by last modified time
    Searched refs:pstate (Results 1 - 25 of 61) sorted by null

1 2 3

  /system/core/libunwindstack/include/unwindstack/
UserArm64.h 38 uint64_t pstate; member in struct:unwindstack::arm64_user_regs
UcontextArm64.h 51 uint64_t pstate; // __u64 member in struct:unwindstack::arm64_mcontext_t
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/arm/
ccn.h 41 #define CCN_GET_RETENTION_STATE(pstate) ((pstate >> 4) & 0x3)
47 #define CCN_GET_RUN_STATE(pstate) (pstate & 0xf)
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/
psci_compat.h 49 #define psci_get_pstate_afflvl(pstate) psci_get_pstate_pwrlvl(pstate)
psci.h 115 #define psci_get_pstate_pwrlvl(pstate) (((pstate) >> PSTATE_PWR_LVL_SHIFT) & \
127 #define psci_get_pstate_id(pstate) (((pstate) >> PSTATE_ID_SHIFT) & \
129 #define psci_get_pstate_type(pstate) (((pstate) >> PSTATE_TYPE_SHIFT) & \
131 #define psci_check_power_state(pstate) ((pstate) & PSTATE_VALID_MASK)
  /platform_testing/scripts/perf-setup/
dragon-setup.sh 18 # cat /sys/class/drm/card0/device/pstate
22 echo 0a > /sys/class/drm/card0/device/pstate
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
rdpr.s 9 rdpr %pstate,%g7
wrpr.s 33 wrpr %g1,%g2,%pstate
34 wrpr %g1,%pstate
35 wrpr %g1,666,%pstate
36 wrpr 666,%g1,%pstate
37 wrpr 666,%pstate
rdpr.d 16 18: 8f 51 80 00 rdpr %pstate, %g7
wrpr.d 40 78: 8d 90 40 02 wrpr %g1, %g2, %pstate
41 7c: 8d 90 40 00 wrpr %g1, %pstate
42 80: 8d 90 62 9a wrpr %g1, 0x29a, %pstate
43 84: 8d 90 62 9a wrpr %g1, 0x29a, %pstate
44 88: 8d 90 22 9a wrpr 0x29a, %pstate
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_pm.c 36 int pstate = psci_get_pstate_type(power_state); local
46 if (pstate == PSTATE_TYPE_STANDBY) {
  /external/capstone/bindings/python/capstone/
arm64.py 27 ('pstate', ctypes.c_int),
61 def pstate(self): member in class:Arm64Op
62 return self.value.pstate
  /external/syslinux/core/fs/pxe/
http_readdir.c 392 enum http_readdir_state pstate = st_start; local
418 if (state != pstate)
422 pstate = state;
424 if (pstate != st_start)
425 pstate = st_start;
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/ccn/
ccn_private.h 161 #define PSTATE_TO_RUN_MODE(pstate) (((pstate) & HNF_PSTATE_MASK) >> 2)
  /external/libunwind/src/aarch64/
gen-offsets.c 66 SC ("state", pstate);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
dumpfile.h 116 int pstate; /* state of pass-specific stream */ member in struct:dump_file_info
  /prebuilts/misc/common/swig/include/2.0.11/guile/
guile_scm_run.swg 301 print_swig_aux (SCM swig_smob, SCM port, scm_print_state *pstate,
324 print_swig (SCM swig_smob, SCM port, scm_print_state *pstate)
326 return print_swig_aux(swig_smob, port, pstate, "");
330 print_collectable_swig (SCM swig_smob, SCM port, scm_print_state *pstate)
332 return print_swig_aux(swig_smob, port, pstate, "collectable-");
336 print_destroyed_swig (SCM swig_smob, SCM port, scm_print_state *pstate)
338 return print_swig_aux(swig_smob, port, pstate, "destroyed-");
342 print_member_function_swig (SCM swig_smob, SCM port, scm_print_state *pstate)
  /device/linaro/bootloader/arm-trusted-firmware/plat/compat/
plat_pm_compat.c 48 int pstate = psci_get_pstate_type(power_state); local
55 if (pstate == PSTATE_TYPE_STANDBY) {
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/
plat_pm.c 114 int pstate = psci_get_pstate_type(power_state); local
119 if (pstate == PSTATE_TYPE_STANDBY)
  /bionic/libc/kernel/uapi/asm-arm64/asm/
sigcontext.h 28 __u64 pstate; member in struct:sigcontext
ptrace.h 53 __u64 pstate; member in struct:user_pt_regs
  /external/capstone/bindings/java/capstone/
Arm64.java 32 public int pstate; field in class:Arm64.OpValue
39 return Arrays.asList("reg", "imm", "fp", "mem", "pstate", "sys", "prefetch", "barrier");
  /external/kernel-headers/original/uapi/asm-arm64/asm/
sigcontext.h 34 __u64 pstate; member in struct:sigcontext
  /external/capstone/bindings/python/
test_arm64.py 55 print("\t\toperands[%u].type: PSTATE = 0x%x" % (c, i.pstate))
  /external/capstone/cstool/
cstool_arm64.c 63 printf("\t\toperands[%u].type: PSTATE = 0x%x\n", i, op->pstate);

Completed in 309 milliseconds

1 2 3