Searched refs:pv_t (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dprologue-value.h150 typedef struct prologue_value pv_t; typedef in typeref:struct:prologue_value
154 pv_t pv_unknown (void);
157 pv_t pv_constant (CORE_ADDR k);
161 pv_t pv_register (int reg, CORE_ADDR k);
166 pv_t pv_add (pv_t a, pv_t b); /* a + b */
167 pv_t pv_add_constant (pv_t v, CORE_ADDR k); /* a + k */
168 pv_t pv_subtrac
[all...]
H A Dprologue-value.c30 pv_t
33 pv_t v = { pvk_unknown, 0, 0 };
39 pv_t
42 pv_t v;
52 pv_t
55 pv_t v;
74 constant_last (pv_t *a, pv_t *b)
79 pv_t temp = *a;
86 pv_t
[all...]
H A Dm32c-tdep.c1087 pv_t r0, r1, r2, r3;
1088 pv_t a0, a1;
1089 pv_t sb, fb, sp;
1090 pv_t pc;
1104 m32c_pv_push (struct m32c_pv_state *state, pv_t value, int size)
1125 pv_t *reg, addr;
1130 static pv_t
1147 pv_t value, int size)
1383 m32c_pv_pushm_one (struct m32c_pv_state *state, pv_t reg,
1418 m32c_is_1st_arg_reg (struct m32c_pv_state *state, pv_t valu
[all...]
H A Ds390-tdep.c867 pv_t gpr[S390_NUM_GPRS];
870 pv_t fpr[S390_NUM_FPRS];
892 static pv_t
896 pv_t result;
911 pv_t value)
913 pv_t addr = s390_addr (data, d2, x2, b2);
914 pv_t offset;
942 static pv_t
947 pv_t addr = s390_addr (data, d2, x2, b2);
948 pv_t offse
[all...]
H A Dmep-tdep.c1640 is_arg_reg (pv_t value)
1657 is_arg_spill (struct gdbarch *gdbarch, pv_t value, pv_t addr,
1673 check_for_saved (void *result_untyped, pv_t addr, CORE_ADDR size, pv_t value)
1696 pv_t reg[MEP_NUM_REGS];
1717 pv_t pre_insn_fp, pre_insn_sp;
1775 pv_t addr = pv_add_constant (reg[MEP_SP_REGNUM], offset);
1806 pv_t addr = pv_add_constant (reg[rm], disp);
1828 pv_t add
[all...]
H A Drx-tdep.c150 check_for_saved (void *result_untyped, pv_t addr, CORE_ADDR size, pv_t value)
197 pv_t reg[RX_NUM_REGS];
H A Dmn10300-tdep.c342 push_reg (pv_t *regs, struct pv_area *stack, int regnum)
370 check_for_saved (void *result_untyped, pv_t addr, CORE_ADDR size, pv_t value)
393 pv_t regs[MN10300_MAX_NUM_REGS];
H A Darm-tdep.c693 pv_t regs[16];
777 pv_t addr;
791 pv_t addr;
872 pv_t addr = regs[bits (insn, 0, 3)];
896 pv_t addr = regs[bits (insn, 0, 3)];
920 pv_t addr = regs[bits (insn, 0, 3)];
941 pv_t addr;
1668 pv_t regs[ARM_FPS_REGNUM];
1921 pv_t regs[ARM_FPS_REGNUM];
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/liblvm/
H A Dlvm_pv.c22 char *lvm_pv_get_uuid(const pv_t pv)
33 char *lvm_pv_get_name(const pv_t pv)
43 uint64_t lvm_pv_get_mda_count(const pv_t pv)
48 int lvm_pv_resize(const pv_t pv, uint64_t new_size)
H A Dlvm2app.h49 * be used to enumerate the pv_t's and lv_t's within that vg_t. Attributes
53 * Any attempt to change a property of a pv_t, vg_t, or lv_t without
135 typedef struct physical_volume *pv_t; typedef in typeref:struct:physical_volume
154 pv_t pv;
845 char *lvm_pv_get_uuid(const pv_t pv);
859 char *lvm_pv_get_name(const pv_t pv);
870 uint64_t lvm_pv_get_mda_count(const pv_t pv);
886 int lvm_pv_resize(const pv_t pv, uint64_t new_size);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Dlvm2app.h49 * be used to enumerate the pv_t's and lv_t's within that vg_t. Attributes
53 * Any attempt to change a property of a pv_t, vg_t, or lv_t without
135 typedef struct physical_volume *pv_t; typedef in typeref:struct:physical_volume
154 pv_t pv;
845 char *lvm_pv_get_uuid(const pv_t pv);
859 char *lvm_pv_get_name(const pv_t pv);
870 uint64_t lvm_pv_get_mda_count(const pv_t pv);
886 int lvm_pv_resize(const pv_t pv, uint64_t new_size);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3x/
H A Dpmap_pvt.h143 typedef struct pv_struct pv_t; typedef in typeref:struct:pv_struct
H A Dpmap.c243 static pv_t *pvbase;
371 static INLINE pv_t *pa2pv(paddr_t);
484 static INLINE pv_t *
947 pvbase = (pv_t *)pmap_bootstrap_alloc(sizeof(pv_t) *
1536 pv_t *pv;
1669 pv_t *pv; /* pv list head */
2076 pv_t *pv;
2641 pv_t *pv;
2675 pv_t *p
[all...]

Completed in 133 milliseconds