Searched refs:iselect (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | css.py | 162 def iselect(self, select, namespaces=None, limit=0, flags=0, **kwargs): member in CSS 188 return self.api.iselect(
|
H A D | CHANGELOG | 100 select(), select_one(), iselect(), closest(), match(), filter(),
|
/openbmc/qemu/target/riscv/ |
H A D | csr.c | 1978 target_ulong *iselect; in rmw_xiselect() 1983 /* Find the iselect CSR based on CSR number */ in rmw_xiselect() 1986 iselect = &env->miselect; in rmw_xiselect() 1989 iselect = &env->siselect; in rmw_xiselect() 1992 iselect = &env->vsiselect; in rmw_xiselect() 1999 *val = *iselect; in rmw_xiselect() 2004 *iselect = (*iselect & ~wr_mask) | (new_val & wr_mask); 2011 target_ulong iselect, uint8_t *iprio, in rmw_iprio() 2018 if (iselect < ISELECT_IPRIO in rmw_iprio() 1973 target_ulong *iselect; rmw_xiselect() local 2006 rmw_iprio(target_ulong xlen,target_ulong iselect,uint8_t * iprio,target_ulong * val,target_ulong new_val,target_ulong wr_mask,int ext_irq_no) rmw_iprio() argument [all...] |